Html Css Color HEX #6F0E5E Palatinate Purple

📋 copy color: '#6F0E5E'

red 111 ◦ green 14 ◦ blue 94

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

Shades of Palatinate Purple #6F0E5E

Tints of Palatinate Purple #6F0E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.92%

R = 50.68%
G = 6.39%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F0E5E (or 0x6F0E5E) is known color: Palatinate Purple. HEX triplet: 6F, 0E and 5E. RGB value is (111,14,94). Sum of RGB (Red+Green+Blue) = 111+14+94=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E5E is #90F1A1. Grayscale: #333333. Windows color (decimal): -9499042 or 6164079. OLE color: 6164079.

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

Color convert

RGB 111 14 94 -
CMYK 0 0.87 0.15 0.56
HSL 310.52º 0.78% 0.25% -
HSV(B) 310.52º 0.87% 0.44% -
XYZ 8.73 4.5 11 -
YUV 52.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 111 14 94 0 0.87 0.15 0.56 310.52 0.78 0.25
Hex 6F E 5E 0 57 F 38 137 4E 19
Octal 157 16 136 0 127 17 70 467 116 31
Binary 1101111 1110 1011110 0 1010111 1111 111000 100110111 1001110 11001

Color Harmonies of #6F0E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E5E

Black with #6F0E5E

Text Example


Text Example

White with #6F0E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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