Html Css Color HEX #6B0859 Palatinate Purple

📋 copy color: '#6B0859'

red 107 ◦ green 8 ◦ blue 89

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

Shades of Palatinate Purple #6B0859

Tints of Palatinate Purple #6B0859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 52.45%
G = 3.92%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6B0859 (or 0x6B0859) is known color: Palatinate Purple. HEX triplet: 6B, 08 and 59. RGB value is (107,8,89). Sum of RGB (Red+Green+Blue) = 107+8+89=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0859 is #94F7A6. Grayscale: #2E2E2E. Windows color (decimal): -9762727 or 5834859. OLE color: 5834859.

HSL color Cylindrical-coordinate representation of color #6B0859: hue angle of 310.91º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0859 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 8 89 -
CMYK 0 0.93 0.17 0.58
HSL 310.91º 0.86% 0.23% -
HSV(B) 310.91º 0.93% 0.42% -
XYZ 7.95 4.02 9.81 -
YUV 46.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 107 8 89 0 0.93 0.17 0.58 310.91 0.86 0.23
Hex 6B 8 59 0 5D 11 3A 137 56 17
Octal 153 10 131 0 135 21 72 467 126 27
Binary 1101011 1000 1011001 0 1011101 10001 111010 100110111 1010110 10111

Color Harmonies of #6B0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0859

Black with #6B0859

Text Example


Text Example

White with #6B0859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,8,89); }

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

background-color css

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

 a { background-color: rgb(107,8,89); }

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

border-color css

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

 span { border-color: rgb(107,8,89); }

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