Html Css Color HEX #6E2F59 Palatinate Purple

📋 copy color: '#6E2F59'

red 110 ◦ green 47 ◦ blue 89

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

Shades of Palatinate Purple #6E2F59

Tints of Palatinate Purple #6E2F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.11%

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 44.72%
G = 19.11%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6E2F59 (or 0x6E2F59) is known color: Palatinate Purple. HEX triplet: 6E, 2F and 59. RGB value is (110,47,89). Sum of RGB (Red+Green+Blue) = 110+47+89=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2F59 is #91D0A6. Grayscale: #464646. Windows color (decimal): -9556135 or 5844846. OLE color: 5844846.

HSL color Cylindrical-coordinate representation of color #6E2F59: hue angle of 320º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E2F59 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 47 89 -
CMYK 0 0.57 0.19 0.57
HSL 320º 0.4% 0.31% -
HSV(B) 320º 0.57% 0.43% -
XYZ 9.25 6.07 10.14 -
YUV 70.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 110 47 89 0 0.57 0.19 0.57 320 0.4 0.31
Hex 6E 2F 59 0 39 13 39 140 28 1F
Octal 156 57 131 0 71 23 71 500 50 37
Binary 1101110 101111 1011001 0 111001 10011 111001 101000000 101000 11111

Color Harmonies of #6E2F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2F59

Black with #6E2F59

Text Example


Text Example

White with #6E2F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,47,89); }

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

background-color css

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

 a { background-color: rgb(110,47,89); }

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

border-color css

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

 span { border-color: rgb(110,47,89); }

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