Html Css Color HEX #6C325B Palatinate Purple

📋 copy color: '#6C325B'

red 108 ◦ green 50 ◦ blue 91

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

Shades of Palatinate Purple #6C325B

Tints of Palatinate Purple #6C325B

RGB

 RED value IS 108 (42.58% from 255) = 43.37%

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

 BLUE value IS 91 (35.94% from 255) = 36.55%

R = 43.37%
G = 20.08%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6C325B (or 0x6C325B) is known color: Palatinate Purple. HEX triplet: 6C, 32 and 5B. RGB value is (108,50,91). Sum of RGB (Red+Green+Blue) = 108+50+91=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 108 - color contains mainly: red. Hex color #6C325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C325B is #93CDA4. Grayscale: #474747. Windows color (decimal): -9686437 or 5976684. OLE color: 5976684.

HSL color Cylindrical-coordinate representation of color #6C325B: hue angle of 317.59º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C325B is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 50 91 -
CMYK 0 0.54 0.16 0.58
HSL 317.59º 0.37% 0.31% -
HSV(B) 317.59º 0.54% 0.42% -
XYZ 9.21 6.22 10.61 -
YUV 72.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 108 50 91 0 0.54 0.16 0.58 317.59 0.37 0.31
Hex 6C 32 5B 0 36 10 3A 13E 25 1F
Octal 154 62 133 0 66 20 72 476 45 37
Binary 1101100 110010 1011011 0 110110 10000 111010 100111110 100101 11111

Color Harmonies of #6C325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C325B

Black with #6C325B

Text Example


Text Example

White with #6C325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,91); }

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

background-color css

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

 a { background-color: rgb(108,50,91); }

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

border-color css

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

 span { border-color: rgb(108,50,91); }

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