Html Css Color HEX #6E0D57 Palatinate Purple

📋 copy color: '#6E0D57'

red 110 ◦ green 13 ◦ blue 87

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

Shades of Palatinate Purple #6E0D57

Tints of Palatinate Purple #6E0D57

RGB

 RED value IS 110 (43.36% from 255) = 52.38%

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

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

R = 52.38%
G = 6.19%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6E0D57 (or 0x6E0D57) is known color: Palatinate Purple. HEX triplet: 6E, 0D and 57. RGB value is (110,13,87). Sum of RGB (Red+Green+Blue) = 110+13+87=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0D57 is #91F2A8. Grayscale: #323232. Windows color (decimal): -9564841 or 5705070. OLE color: 5705070.

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

Color convert

RGB 110 13 87 -
CMYK 0 0.88 0.21 0.57
HSL 314.23º 0.79% 0.24% -
HSV(B) 314.23º 0.88% 0.43% -
XYZ 8.29 4.29 9.41 -
YUV 50.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 110 13 87 0 0.88 0.21 0.57 314.23 0.79 0.24
Hex 6E D 57 0 58 15 39 13A 4F 18
Octal 156 15 127 0 130 25 71 472 117 30
Binary 1101110 1101 1010111 0 1011000 10101 111001 100111010 1001111 11000

Color Harmonies of #6E0D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0D57

Black with #6E0D57

Text Example


Text Example

White with #6E0D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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