Html Css Color HEX #6D0560 Palatinate Purple

📋 copy color: '#6D0560'

red 109 ◦ green 5 ◦ blue 96

#6D0560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #6D0560

Tints of Palatinate Purple #6D0560

RGB

 RED value IS 109 (42.97% from 255) = 51.9%

 GREEN value IS 5 (2.34% from 255) = 2.38%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 51.9%
G = 2.38%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6D0560 (or 0x6D0560) is known color: Palatinate Purple. HEX triplet: 6D, 05 and 60. RGB value is (109,5,96). Sum of RGB (Red+Green+Blue) = 109+5+96=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0560 is #92FA9F. Grayscale: #2E2E2E. Windows color (decimal): -9632416 or 6292845. OLE color: 6292845.

HSL color Cylindrical-coordinate representation of color #6D0560: hue angle of 307.5º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0560 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 5 96 -
CMYK 0 0.95 0.12 0.57
HSL 307.5º 0.91% 0.22% -
HSV(B) 307.5º 0.95% 0.43% -
XYZ 8.47 4.2 11.43 -
YUV 46.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 109 5 96 0 0.95 0.12 0.57 307.5 0.91 0.22
Hex 6D 5 60 0 5F C 39 134 5B 16
Octal 155 5 140 0 137 14 71 464 133 26
Binary 1101101 101 1100000 0 1011111 1100 111001 100110100 1011011 10110

Color Harmonies of #6D0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0560

Black with #6D0560

Text Example


Text Example

White with #6D0560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D0560; }

 p { color: rgb(109,5,96); }

 H1.HeaderClassName
 {
   color: #6D0560;
 }
 .AnyTagClassName
 {
   color: #6D0560;
 }
</style>

background-color css

<style>
 a { background-color: #6D0560; }

 a { background-color: rgb(109,5,96); }

 div.DivClassName
 {
   background-color: #6D0560;
 }
 .BgClassName
 {
   background-color: #6D0560;
 }
</style>

border-color css

<style>
 span { border-color: #6D0560; }

 span { border-color: rgb(109,5,96); }

 td.TdClassName
 {
   border-color: #6D0560;
 }
 .TagClassName
 {
   border-color: #6D0560;
 }
</style>