Html Css Color HEX #6E3C60 Palatinate Purple

📋 copy color: '#6E3C60'

red 110 ◦ green 60 ◦ blue 96

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

Shades of Palatinate Purple #6E3C60

Tints of Palatinate Purple #6E3C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 41.35%
G = 22.56%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6E3C60 (or 0x6E3C60) is known color: Palatinate Purple. HEX triplet: 6E, 3C and 60. RGB value is (110,60,96). Sum of RGB (Red+Green+Blue) = 110+60+96=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3C60 is #91C39F. Grayscale: #4E4E4E. Windows color (decimal): -9552800 or 6306926. OLE color: 6306926.

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

Color convert

RGB 110 60 96 -
CMYK 0 0.45 0.13 0.57
HSL 316.8º 0.29% 0.33% -
HSV(B) 316.8º 0.45% 0.43% -
XYZ 10.16 7.39 11.96 -
YUV 79.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 110 60 96 0 0.45 0.13 0.57 316.8 0.29 0.33
Hex 6E 3C 60 0 2D D 39 13D 1D 21
Octal 156 74 140 0 55 15 71 475 35 41
Binary 1101110 111100 1100000 0 101101 1101 111001 100111101 11101 100001

Color Harmonies of #6E3C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3C60

Black with #6E3C60

Text Example


Text Example

White with #6E3C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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