Html Css Color HEX #6F2864 Palatinate Purple

📋 copy color: '#6F2864'

red 111 ◦ green 40 ◦ blue 100

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

Shades of Palatinate Purple #6F2864

Tints of Palatinate Purple #6F2864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.84%

R = 44.22%
G = 15.94%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F2864 (or 0x6F2864) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 64. RGB value is (111,40,100). Sum of RGB (Red+Green+Blue) = 111+40+100=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2864 is #90D79B. Grayscale: #434343. Windows color (decimal): -9492380 or 6563951. OLE color: 6563951.

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

Color convert

RGB 111 40 100 -
CMYK 0 0.64 0.10 0.56
HSL 309.3º 0.47% 0.3% -
HSV(B) 309.3º 0.64% 0.44% -
XYZ 9.61 5.82 12.67 -
YUV 68.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 111 40 100 0 0.64 0.10 0.56 309.3 0.47 0.3
Hex 6F 28 64 0 40 A 38 135 2F 1E
Octal 157 50 144 0 100 12 70 465 57 36
Binary 1101111 101000 1100100 0 1000000 1010 111000 100110101 101111 11110

Color Harmonies of #6F2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2864

Black with #6F2864

Text Example


Text Example

White with #6F2864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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