Html Css Color HEX #6D0B60 Palatinate Purple

📋 copy color: '#6D0B60'

red 109 ◦ green 11 ◦ blue 96

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

Shades of Palatinate Purple #6D0B60

Tints of Palatinate Purple #6D0B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.09%

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

R = 50.46%
G = 5.09%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6D0B60 (or 0x6D0B60) is known color: Palatinate Purple. HEX triplet: 6D, 0B and 60. RGB value is (109,11,96). Sum of RGB (Red+Green+Blue) = 109+11+96=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B60 is #92F49F. Grayscale: #313131. Windows color (decimal): -9630880 or 6294381. OLE color: 6294381.

HSL color Cylindrical-coordinate representation of color #6D0B60: hue angle of 307.96º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B60 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 96 -
CMYK 0 0.90 0.12 0.57
HSL 307.96º 0.82% 0.24% -
HSV(B) 307.96º 0.9% 0.43% -
XYZ 8.54 4.34 11.45 -
YUV 49.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 109 11 96 0 0.90 0.12 0.57 307.96 0.82 0.24
Hex 6D B 60 0 5A C 39 134 52 18
Octal 155 13 140 0 132 14 71 464 122 30
Binary 1101101 1011 1100000 0 1011010 1100 111001 100110100 1010010 11000

Color Harmonies of #6D0B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B60

Black with #6D0B60

Text Example


Text Example

White with #6D0B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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