Html Css Color HEX #6E3664 Palatinate Purple

📋 copy color: '#6E3664'

red 110 ◦ green 54 ◦ blue 100

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

Shades of Palatinate Purple #6E3664

Tints of Palatinate Purple #6E3664

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

 BLUE value IS 100 (39.45% from 255) = 37.88%

R = 41.67%
G = 20.45%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#6E3664 (or 0x6E3664) is known color: Palatinate Purple. HEX triplet: 6E, 36 and 64. RGB value is (110,54,100). Sum of RGB (Red+Green+Blue) = 110+54+100=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3664 is #91C99B. Grayscale: #4B4B4B. Windows color (decimal): -9554332 or 6567534. OLE color: 6567534.

HSL color Cylindrical-coordinate representation of color #6E3664: hue angle of 310.71º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E3664 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 54 100 -
CMYK 0 0.51 0.09 0.57
HSL 310.71º 0.34% 0.32% -
HSV(B) 310.71º 0.51% 0.43% -
XYZ 10.05 6.87 12.85 -
YUV 75.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 110 54 100 0 0.51 0.09 0.57 310.71 0.34 0.32
Hex 6E 36 64 0 33 9 39 137 22 20
Octal 156 66 144 0 63 11 71 467 42 40
Binary 1101110 110110 1100100 0 110011 1001 111001 100110111 100010 100000

Color Harmonies of #6E3664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3664

Black with #6E3664

Text Example


Text Example

White with #6E3664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,54,100); }

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

background-color css

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

 a { background-color: rgb(110,54,100); }

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

border-color css

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

 span { border-color: rgb(110,54,100); }

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