Html Css Color HEX #6F2860 Palatinate Purple

📋 copy color: '#6F2860'

red 111 ◦ green 40 ◦ blue 96

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

Shades of Palatinate Purple #6F2860

Tints of Palatinate Purple #6F2860

RGB

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

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

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

R = 44.94%
G = 16.19%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F2860 (or 0x6F2860) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 60. RGB value is (111,40,96). Sum of RGB (Red+Green+Blue) = 111+40+96=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2860 is #90D79F. Grayscale: #434343. Windows color (decimal): -9492384 or 6301807. OLE color: 6301807.

HSL color Cylindrical-coordinate representation of color #6F2860: hue angle of 312.68º 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 #6F2860 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 40 96 -
CMYK 0 0.64 0.14 0.56
HSL 312.68º 0.47% 0.3% -
HSV(B) 312.68º 0.64% 0.44% -
XYZ 9.43 5.74 11.68 -
YUV 67.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 111 40 96 0 0.64 0.14 0.56 312.68 0.47 0.3
Hex 6F 28 60 0 40 E 38 139 2F 1E
Octal 157 50 140 0 100 16 70 471 57 36
Binary 1101111 101000 1100000 0 1000000 1110 111000 100111001 101111 11110

Color Harmonies of #6F2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2860

Black with #6F2860

Text Example


Text Example

White with #6F2860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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