Html Css Color HEX #6E3760 Palatinate Purple

📋 copy color: '#6E3760'

red 110 ◦ green 55 ◦ blue 96

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

Shades of Palatinate Purple #6E3760

Tints of Palatinate Purple #6E3760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

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

R = 42.15%
G = 21.07%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6E3760 (or 0x6E3760) is known color: Palatinate Purple. HEX triplet: 6E, 37 and 60. RGB value is (110,55,96). Sum of RGB (Red+Green+Blue) = 110+55+96=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3760 is #91C89F. Grayscale: #4C4C4C. Windows color (decimal): -9554080 or 6305646. OLE color: 6305646.

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

Color convert

RGB 110 55 96 -
CMYK 0 0.5 0.13 0.57
HSL 315.27º 0.33% 0.32% -
HSV(B) 315.27º 0.5% 0.43% -
XYZ 9.91 6.89 11.87 -
YUV 76.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 110 55 96 0 0.5 0.13 0.57 315.27 0.33 0.32
Hex 6E 37 60 0 32 D 39 13B 21 20
Octal 156 67 140 0 62 15 71 473 41 40
Binary 1101110 110111 1100000 0 110010 1101 111001 100111011 100001 100000

Color Harmonies of #6E3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3760

Black with #6E3760

Text Example


Text Example

White with #6E3760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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