Html Css Color HEX #68325E Palatinate Purple

📋 copy color: '#68325E'

red 104 ◦ green 50 ◦ blue 94

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

Shades of Palatinate Purple #68325E

Tints of Palatinate Purple #68325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 41.94%
G = 20.16%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68325E (or 0x68325E) is known color: Palatinate Purple. HEX triplet: 68, 32 and 5E. RGB value is (104,50,94). Sum of RGB (Red+Green+Blue) = 104+50+94=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68325E is #97CDA1. Grayscale: #474747. Windows color (decimal): -9948578 or 6173288. OLE color: 6173288.

HSL color Cylindrical-coordinate representation of color #68325E: hue angle of 311.11º 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 #68325E is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 50 94 -
CMYK 0 0.52 0.10 0.59
HSL 311.11º 0.35% 0.3% -
HSV(B) 311.11º 0.52% 0.41% -
XYZ 8.87 6.03 11.29 -
YUV 71.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 104 50 94 0 0.52 0.10 0.59 311.11 0.35 0.3
Hex 68 32 5E 0 34 A 3B 137 23 1E
Octal 150 62 136 0 64 12 73 467 43 36
Binary 1101000 110010 1011110 0 110100 1010 111011 100110111 100011 11110

Color Harmonies of #68325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68325E

Black with #68325E

Text Example


Text Example

White with #68325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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