Html Css Color HEX #6F2859 Palatinate Purple

📋 copy color: '#6F2859'

red 111 ◦ green 40 ◦ blue 89

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

Shades of Palatinate Purple #6F2859

Tints of Palatinate Purple #6F2859

RGB

 RED value IS 111 (43.75% from 255) = 46.25%

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

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

R = 46.25%
G = 16.67%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F2859 (or 0x6F2859) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 59. RGB value is (111,40,89). Sum of RGB (Red+Green+Blue) = 111+40+89=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2859 is #90D7A6. Grayscale: #424242. Windows color (decimal): -9492391 or 5843055. OLE color: 5843055.

HSL color Cylindrical-coordinate representation of color #6F2859: hue angle of 318.59º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2859 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 40 89 -
CMYK 0 0.64 0.20 0.56
HSL 318.59º 0.47% 0.3% -
HSV(B) 318.59º 0.64% 0.44% -
XYZ 9.12 5.62 10.06 -
YUV 66.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 111 40 89 0 0.64 0.20 0.56 318.59 0.47 0.3
Hex 6F 28 59 0 40 14 38 13F 2F 1E
Octal 157 50 131 0 100 24 70 477 57 36
Binary 1101111 101000 1011001 0 1000000 10100 111000 100111111 101111 11110

Color Harmonies of #6F2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2859

Black with #6F2859

Text Example


Text Example

White with #6F2859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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