Html Css Color HEX #6E325C Palatinate Purple

📋 copy color: '#6E325C'

red 110 ◦ green 50 ◦ blue 92

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

Shades of Palatinate Purple #6E325C

Tints of Palatinate Purple #6E325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 43.65%
G = 19.84%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E325C (or 0x6E325C) is known color: Palatinate Purple. HEX triplet: 6E, 32 and 5C. RGB value is (110,50,92). Sum of RGB (Red+Green+Blue) = 110+50+92=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 110 - color contains mainly: red. Hex color #6E325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E325C is #91CDA3. Grayscale: #484848. Windows color (decimal): -9555364 or 6042222. OLE color: 6042222.

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

Color convert

RGB 110 50 92 -
CMYK 0 0.55 0.16 0.57
HSL 318º 0.38% 0.31% -
HSV(B) 318º 0.55% 0.43% -
XYZ 9.5 6.37 10.85 -
YUV 72.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 110 50 92 0 0.55 0.16 0.57 318 0.38 0.31
Hex 6E 32 5C 0 37 10 39 13E 26 1F
Octal 156 62 134 0 67 20 71 476 46 37
Binary 1101110 110010 1011100 0 110111 10000 111001 100111110 100110 11111

Color Harmonies of #6E325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E325C

Black with #6E325C

Text Example


Text Example

White with #6E325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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