Html Css Color HEX #6E325F Palatinate Purple

📋 copy color: '#6E325F'

red 110 ◦ green 50 ◦ blue 95

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

Shades of Palatinate Purple #6E325F

Tints of Palatinate Purple #6E325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 43.14%
G = 19.61%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E325F (or 0x6E325F) is known color: Palatinate Purple. HEX triplet: 6E, 32 and 5F. RGB value is (110,50,95). Sum of RGB (Red+Green+Blue) = 110+50+95=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E325F is #91CDA0. Grayscale: #484848. Windows color (decimal): -9555361 or 6238830. OLE color: 6238830.

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

Color convert

RGB 110 50 95 -
CMYK 0 0.55 0.14 0.57
HSL 315º 0.38% 0.31% -
HSV(B) 315º 0.55% 0.43% -
XYZ 9.64 6.42 11.56 -
YUV 73.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 110 50 95 0 0.55 0.14 0.57 315 0.38 0.31
Hex 6E 32 5F 0 37 E 39 13B 26 1F
Octal 156 62 137 0 67 16 71 473 46 37
Binary 1101110 110010 1011111 0 110111 1110 111001 100111011 100110 11111

Color Harmonies of #6E325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E325F

Black with #6E325F

Text Example


Text Example

White with #6E325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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