Html Css Color HEX #6F0E62 Palatinate Purple

📋 copy color: '#6F0E62'

red 111 ◦ green 14 ◦ blue 98

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

Shades of Palatinate Purple #6F0E62

Tints of Palatinate Purple #6F0E62

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.28%

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 49.78%
G = 6.28%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F0E62 (or 0x6F0E62) is known color: Palatinate Purple. HEX triplet: 6F, 0E and 62. RGB value is (111,14,98). Sum of RGB (Red+Green+Blue) = 111+14+98=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E62 is #90F19D. Grayscale: #343434. Windows color (decimal): -9499038 or 6426223. OLE color: 6426223.

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

Color convert

RGB 111 14 98 -
CMYK 0 0.87 0.12 0.56
HSL 308.04º 0.78% 0.25% -
HSV(B) 308.04º 0.87% 0.44% -
XYZ 8.92 4.58 11.97 -
YUV 52.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 111 14 98 0 0.87 0.12 0.56 308.04 0.78 0.25
Hex 6F E 62 0 57 C 38 134 4E 19
Octal 157 16 142 0 127 14 70 464 116 31
Binary 1101111 1110 1100010 0 1010111 1100 111000 100110100 1001110 11001

Color Harmonies of #6F0E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E62

Black with #6F0E62

Text Example


Text Example

White with #6F0E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,14,98); }

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

background-color css

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

 a { background-color: rgb(111,14,98); }

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

border-color css

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

 span { border-color: rgb(111,14,98); }

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