Html Css Color HEX #6E0D58 Palatinate Purple

📋 copy color: '#6E0D58'

red 110 ◦ green 13 ◦ blue 88

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

Shades of Palatinate Purple #6E0D58

Tints of Palatinate Purple #6E0D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 52.13%
G = 6.16%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.2

 K value IS 0.57

RGB Variations

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

Color information

#6E0D58 (or 0x6E0D58) is known color: Palatinate Purple. HEX triplet: 6E, 0D and 58. RGB value is (110,13,88). Sum of RGB (Red+Green+Blue) = 110+13+88=211 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.13% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0D58 is #91F2A7. Grayscale: #323232. Windows color (decimal): -9564840 or 5770606. OLE color: 5770606.

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

Color convert

RGB 110 13 88 -
CMYK 0 0.88 0.2 0.57
HSL 313.61º 0.79% 0.24% -
HSV(B) 313.61º 0.88% 0.43% -
XYZ 8.34 4.31 9.62 -
YUV 50.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 110 13 88 0 0.88 0.2 0.57 313.61 0.79 0.24
Hex 6E D 58 0 58 14 39 13A 4F 18
Octal 156 15 130 0 130 24 71 472 117 30
Binary 1101110 1101 1011000 0 1011000 10100 111001 100111010 1001111 11000

Color Harmonies of #6E0D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0D58

Black with #6E0D58

Text Example


Text Example

White with #6E0D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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