Html Css Color HEX #6F0D56 Palatinate Purple

📋 copy color: '#6F0D56'

red 111 ◦ green 13 ◦ blue 86

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

Shades of Palatinate Purple #6F0D56

Tints of Palatinate Purple #6F0D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 52.86%
G = 6.19%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F0D56 (or 0x6F0D56) is known color: Palatinate Purple. HEX triplet: 6F, 0D and 56. RGB value is (111,13,86). Sum of RGB (Red+Green+Blue) = 111+13+86=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D56 is #90F2A9. Grayscale: #323232. Windows color (decimal): -9499306 or 5639535. OLE color: 5639535.

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

Color convert

RGB 111 13 86 -
CMYK 0 0.88 0.23 0.56
HSL 315.31º 0.79% 0.24% -
HSV(B) 315.31º 0.88% 0.44% -
XYZ 8.38 4.34 9.2 -
YUV 50.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 111 13 86 0 0.88 0.23 0.56 315.31 0.79 0.24
Hex 6F D 56 0 58 17 38 13B 4F 18
Octal 157 15 126 0 130 27 70 473 117 30
Binary 1101111 1101 1010110 0 1011000 10111 111000 100111011 1001111 11000

Color Harmonies of #6F0D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0D56

Black with #6F0D56

Text Example


Text Example

White with #6F0D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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