Html Css Color HEX #6E3C5F Palatinate Purple

📋 copy color: '#6E3C5F'

red 110 ◦ green 60 ◦ blue 95

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

Shades of Palatinate Purple #6E3C5F

Tints of Palatinate Purple #6E3C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 41.51%
G = 22.64%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E3C5F (or 0x6E3C5F) is known color: Palatinate Purple. HEX triplet: 6E, 3C and 5F. RGB value is (110,60,95). Sum of RGB (Red+Green+Blue) = 110+60+95=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3C5F is #91C3A0. Grayscale: #4E4E4E. Windows color (decimal): -9552801 or 6241390. OLE color: 6241390.

HSL color Cylindrical-coordinate representation of color #6E3C5F: hue angle of 318º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E3C5F is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 60 95 -
CMYK 0 0.45 0.14 0.57
HSL 318º 0.29% 0.33% -
HSV(B) 318º 0.45% 0.43% -
XYZ 10.11 7.37 11.72 -
YUV 78.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 110 60 95 0 0.45 0.14 0.57 318 0.29 0.33
Hex 6E 3C 5F 0 2D E 39 13E 1D 21
Octal 156 74 137 0 55 16 71 476 35 41
Binary 1101110 111100 1011111 0 101101 1110 111001 100111110 11101 100001

Color Harmonies of #6E3C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3C5F

Black with #6E3C5F

Text Example


Text Example

White with #6E3C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,60,95); }

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

background-color css

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

 a { background-color: rgb(110,60,95); }

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

border-color css

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

 span { border-color: rgb(110,60,95); }

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