Html Css Color HEX #68325D Palatinate Purple

📋 copy color: '#68325D'

red 104 ◦ green 50 ◦ blue 93

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

Shades of Palatinate Purple #68325D

Tints of Palatinate Purple #68325D

RGB

 RED value IS 104 (41.02% from 255) = 42.11%

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

 BLUE value IS 93 (36.72% from 255) = 37.65%

R = 42.11%
G = 20.24%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68325D (or 0x68325D) is known color: Palatinate Purple. HEX triplet: 68, 32 and 5D. RGB value is (104,50,93). Sum of RGB (Red+Green+Blue) = 104+50+93=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68325D is #97CDA2. Grayscale: #464646. Windows color (decimal): -9948579 or 6107752. OLE color: 6107752.

HSL color Cylindrical-coordinate representation of color #68325D: hue angle of 312.22º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68325D is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 50 93 -
CMYK 0 0.52 0.11 0.59
HSL 312.22º 0.35% 0.3% -
HSV(B) 312.22º 0.52% 0.41% -
XYZ 8.83 6.01 11.05 -
YUV 71.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 104 50 93 0 0.52 0.11 0.59 312.22 0.35 0.3
Hex 68 32 5D 0 34 B 3B 138 23 1E
Octal 150 62 135 0 64 13 73 470 43 36
Binary 1101000 110010 1011101 0 110100 1011 111011 100111000 100011 11110

Color Harmonies of #68325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68325D

Black with #68325D

Text Example


Text Example

White with #68325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68325D; }

 p { color: rgb(104,50,93); }

 H1.HeaderClassName
 {
   color: #68325D;
 }
 .AnyTagClassName
 {
   color: #68325D;
 }
</style>

background-color css

<style>
 a { background-color: #68325D; }

 a { background-color: rgb(104,50,93); }

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

border-color css

<style>
 span { border-color: #68325D; }

 span { border-color: rgb(104,50,93); }

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