Html Css Color HEX #68325A Palatinate Purple

📋 copy color: '#68325A'

red 104 ◦ green 50 ◦ blue 90

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

Shades of Palatinate Purple #68325A

Tints of Palatinate Purple #68325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.89%

R = 42.62%
G = 20.49%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68325A (or 0x68325A) is known color: Palatinate Purple. HEX triplet: 68, 32 and 5A. RGB value is (104,50,90). Sum of RGB (Red+Green+Blue) = 104+50+90=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68325A is #97CDA5. Grayscale: #464646. Windows color (decimal): -9948582 or 5911144. OLE color: 5911144.

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

Color convert

RGB 104 50 90 -
CMYK 0 0.52 0.13 0.59
HSL 315.56º 0.35% 0.3% -
HSV(B) 315.56º 0.52% 0.41% -
XYZ 8.69 5.96 10.37 -
YUV 70.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 104 50 90 0 0.52 0.13 0.59 315.56 0.35 0.3
Hex 68 32 5A 0 34 D 3B 13C 23 1E
Octal 150 62 132 0 64 15 73 474 43 36
Binary 1101000 110010 1011010 0 110100 1101 111011 100111100 100011 11110

Color Harmonies of #68325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68325A

Black with #68325A

Text Example


Text Example

White with #68325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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