Html Css Color HEX #6E345C Palatinate Purple

📋 copy color: '#6E345C'

red 110 ◦ green 52 ◦ blue 92

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

Shades of Palatinate Purple #6E345C

Tints of Palatinate Purple #6E345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

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

R = 43.31%
G = 20.47%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E345C (or 0x6E345C) is known color: Palatinate Purple. HEX triplet: 6E, 34 and 5C. RGB value is (110,52,92). Sum of RGB (Red+Green+Blue) = 110+52+92=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 110 - color contains mainly: red. Hex color #6E345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E345C is #91CBA3. Grayscale: #494949. Windows color (decimal): -9554852 or 6042734. OLE color: 6042734.

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

Color convert

RGB 110 52 92 -
CMYK 0 0.53 0.16 0.57
HSL 318.62º 0.36% 0.32% -
HSV(B) 318.62º 0.53% 0.43% -
XYZ 9.59 6.54 10.88 -
YUV 73.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 110 52 92 0 0.53 0.16 0.57 318.62 0.36 0.32
Hex 6E 34 5C 0 35 10 39 13F 24 20
Octal 156 64 134 0 65 20 71 477 44 40
Binary 1101110 110100 1011100 0 110101 10000 111001 100111111 100100 100000

Color Harmonies of #6E345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E345C

Black with #6E345C

Text Example


Text Example

White with #6E345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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