Html Css Color HEX #6F0F5E Palatinate Purple

📋 copy color: '#6F0F5E'

red 111 ◦ green 15 ◦ blue 94

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

Shades of Palatinate Purple #6F0F5E

Tints of Palatinate Purple #6F0F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.82%

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

R = 50.45%
G = 6.82%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F0F5E (or 0x6F0F5E) is known color: Palatinate Purple. HEX triplet: 6F, 0F and 5E. RGB value is (111,15,94). Sum of RGB (Red+Green+Blue) = 111+15+94=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F5E is #90F0A1. Grayscale: #343434. Windows color (decimal): -9498786 or 6164335. OLE color: 6164335.

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

Color convert

RGB 111 15 94 -
CMYK 0 0.86 0.15 0.56
HSL 310.63º 0.76% 0.25% -
HSV(B) 310.63º 0.86% 0.44% -
XYZ 8.75 4.53 11 -
YUV 52.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 111 15 94 0 0.86 0.15 0.56 310.63 0.76 0.25
Hex 6F F 5E 0 56 F 38 137 4C 19
Octal 157 17 136 0 126 17 70 467 114 31
Binary 1101111 1111 1011110 0 1010110 1111 111000 100110111 1001100 11001

Color Harmonies of #6F0F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0F5E

Black with #6F0F5E

Text Example


Text Example

White with #6F0F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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