Html Css Color HEX #6B0B60 Palatinate Purple

📋 copy color: '#6B0B60'

red 107 ◦ green 11 ◦ blue 96

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

Shades of Palatinate Purple #6B0B60

Tints of Palatinate Purple #6B0B60

RGB

 RED value IS 107 (42.19% from 255) = 50%

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

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

R = 50%
G = 5.14%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B0B60 (or 0x6B0B60) is known color: Palatinate Purple. HEX triplet: 6B, 0B and 60. RGB value is (107,11,96). Sum of RGB (Red+Green+Blue) = 107+11+96=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B60 is #94F49F. Grayscale: #313131. Windows color (decimal): -9761952 or 6294379. OLE color: 6294379.

HSL color Cylindrical-coordinate representation of color #6B0B60: hue angle of 306.88º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B60 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 11 96 -
CMYK 0 0.90 0.10 0.58
HSL 306.88º 0.81% 0.23% -
HSV(B) 306.88º 0.9% 0.42% -
XYZ 8.29 4.21 11.44 -
YUV 49.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 107 11 96 0 0.90 0.10 0.58 306.88 0.81 0.23
Hex 6B B 60 0 5A A 3A 133 51 17
Octal 153 13 140 0 132 12 72 463 121 27
Binary 1101011 1011 1100000 0 1011010 1010 111010 100110011 1010001 10111

Color Harmonies of #6B0B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0B60

Black with #6B0B60

Text Example


Text Example

White with #6B0B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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