Html Css Color HEX #6F0D57 Palatinate Purple

📋 copy color: '#6F0D57'

red 111 ◦ green 13 ◦ blue 87

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

Shades of Palatinate Purple #6F0D57

Tints of Palatinate Purple #6F0D57

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.16%

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

R = 52.61%
G = 6.16%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F0D57 (or 0x6F0D57) is known color: Palatinate Purple. HEX triplet: 6F, 0D and 57. RGB value is (111,13,87). Sum of RGB (Red+Green+Blue) = 111+13+87=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D57 is #90F2A8. Grayscale: #323232. Windows color (decimal): -9499305 or 5705071. OLE color: 5705071.

HSL color Cylindrical-coordinate representation of color #6F0D57: hue angle of 314.69º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D57 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 13 87 -
CMYK 0 0.88 0.22 0.56
HSL 314.69º 0.79% 0.24% -
HSV(B) 314.69º 0.88% 0.44% -
XYZ 8.42 4.36 9.41 -
YUV 50.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 111 13 87 0 0.88 0.22 0.56 314.69 0.79 0.24
Hex 6F D 57 0 58 16 38 13B 4F 18
Octal 157 15 127 0 130 26 70 473 117 30
Binary 1101111 1101 1010111 0 1011000 10110 111000 100111011 1001111 11000

Color Harmonies of #6F0D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0D57

Black with #6F0D57

Text Example


Text Example

White with #6F0D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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