Html Css Color HEX #6B2859 Palatinate Purple

📋 copy color: '#6B2859'

red 107 ◦ green 40 ◦ blue 89

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

Shades of Palatinate Purple #6B2859

Tints of Palatinate Purple #6B2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

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

R = 45.34%
G = 16.95%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6B2859 (or 0x6B2859) is known color: Palatinate Purple. HEX triplet: 6B, 28 and 59. RGB value is (107,40,89). Sum of RGB (Red+Green+Blue) = 107+40+89=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2859 is #94D7A6. Grayscale: #414141. Windows color (decimal): -9754535 or 5843051. OLE color: 5843051.

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

Color convert

RGB 107 40 89 -
CMYK 0 0.63 0.17 0.58
HSL 316.12º 0.46% 0.29% -
HSV(B) 316.12º 0.63% 0.42% -
XYZ 8.63 5.36 10.03 -
YUV 65.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 107 40 89 0 0.63 0.17 0.58 316.12 0.46 0.29
Hex 6B 28 59 0 3F 11 3A 13C 2E 1D
Octal 153 50 131 0 77 21 72 474 56 35
Binary 1101011 101000 1011001 0 111111 10001 111010 100111100 101110 11101

Color Harmonies of #6B2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2859

Black with #6B2859

Text Example


Text Example

White with #6B2859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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