Html Css Color HEX #6E375C Palatinate Purple

📋 copy color: '#6E375C'

red 110 ◦ green 55 ◦ blue 92

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

Shades of Palatinate Purple #6E375C

Tints of Palatinate Purple #6E375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.8%

R = 42.8%
G = 21.4%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E375C (or 0x6E375C) is known color: Palatinate Purple. HEX triplet: 6E, 37 and 5C. RGB value is (110,55,92). Sum of RGB (Red+Green+Blue) = 110+55+92=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E375C is #91C8A3. Grayscale: #4B4B4B. Windows color (decimal): -9554084 or 6043502. OLE color: 6043502.

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

Color convert

RGB 110 55 92 -
CMYK 0 0.5 0.16 0.57
HSL 319.64º 0.33% 0.32% -
HSV(B) 319.64º 0.5% 0.43% -
XYZ 9.73 6.82 10.93 -
YUV 75.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 110 55 92 0 0.5 0.16 0.57 319.64 0.33 0.32
Hex 6E 37 5C 0 32 10 39 140 21 20
Octal 156 67 134 0 62 20 71 500 41 40
Binary 1101110 110111 1011100 0 110010 10000 111001 101000000 100001 100000

Color Harmonies of #6E375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E375C

Black with #6E375C

Text Example


Text Example

White with #6E375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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