Html Css Color HEX #6F0F57 Palatinate Purple

📋 copy color: '#6F0F57'

red 111 ◦ green 15 ◦ blue 87

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

Shades of Palatinate Purple #6F0F57

Tints of Palatinate Purple #6F0F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.85%

R = 52.11%
G = 7.04%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F0F57 (or 0x6F0F57) is known color: Palatinate Purple. HEX triplet: 6F, 0F and 57. RGB value is (111,15,87). Sum of RGB (Red+Green+Blue) = 111+15+87=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F57 is #90F0A8. Grayscale: #333333. Windows color (decimal): -9498793 or 5705583. OLE color: 5705583.

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

Color convert

RGB 111 15 87 -
CMYK 0 0.86 0.22 0.56
HSL 315º 0.76% 0.25% -
HSV(B) 315º 0.86% 0.44% -
XYZ 8.45 4.41 9.42 -
YUV 51.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 111 15 87 0 0.86 0.22 0.56 315 0.76 0.25
Hex 6F F 57 0 56 16 38 13B 4C 19
Octal 157 17 127 0 126 26 70 473 114 31
Binary 1101111 1111 1010111 0 1010110 10110 111000 100111011 1001100 11001

Color Harmonies of #6F0F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0F57

Black with #6F0F57

Text Example


Text Example

White with #6F0F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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