Html Css Color HEX #6F0865 Palatinate Purple

📋 copy color: '#6F0865'

red 111 ◦ green 8 ◦ blue 101

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

Shades of Palatinate Purple #6F0865

Tints of Palatinate Purple #6F0865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 50.45%
G = 3.64%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F0865 (or 0x6F0865) is known color: Palatinate Purple. HEX triplet: 6F, 08 and 65. RGB value is (111,8,101). Sum of RGB (Red+Green+Blue) = 111+8+101=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0865 is #90F79A. Grayscale: #313131. Windows color (decimal): -9500571 or 6621295. OLE color: 6621295.

HSL color Cylindrical-coordinate representation of color #6F0865: hue angle of 305.83º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0865 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 8 101 -
CMYK 0 0.93 0.09 0.56
HSL 305.83º 0.87% 0.23% -
HSV(B) 305.83º 0.93% 0.44% -
XYZ 8.99 4.49 12.71 -
YUV 49.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 111 8 101 0 0.93 0.09 0.56 305.83 0.87 0.23
Hex 6F 8 65 0 5D 9 38 132 57 17
Octal 157 10 145 0 135 11 70 462 127 27
Binary 1101111 1000 1100101 0 1011101 1001 111000 100110010 1010111 10111

Color Harmonies of #6F0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0865

Black with #6F0865

Text Example


Text Example

White with #6F0865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,101); }

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

background-color css

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

 a { background-color: rgb(111,8,101); }

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

border-color css

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

 span { border-color: rgb(111,8,101); }

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