Html Css Color HEX #68205D Palatinate Purple

📋 copy color: '#68205D'

red 104 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #68205D

Tints of Palatinate Purple #68205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

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

R = 45.41%
G = 13.97%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68205D (or 0x68205D) is known color: Palatinate Purple. HEX triplet: 68, 20 and 5D. RGB value is (104,32,93). Sum of RGB (Red+Green+Blue) = 104+32+93=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #68205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68205D is #97DFA2. Grayscale: #3C3C3C. Windows color (decimal): -9953187 or 6103144. OLE color: 6103144.

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

Color convert

RGB 104 32 93 -
CMYK 0 0.69 0.11 0.59
HSL 309.17º 0.53% 0.27% -
HSV(B) 309.17º 0.69% 0.41% -
XYZ 8.2 4.77 10.84 -
YUV 60.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 104 32 93 0 0.69 0.11 0.59 309.17 0.53 0.27
Hex 68 20 5D 0 45 B 3B 135 35 1B
Octal 150 40 135 0 105 13 73 465 65 33
Binary 1101000 100000 1011101 0 1000101 1011 111011 100110101 110101 11011

Color Harmonies of #68205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68205D

Black with #68205D

Text Example


Text Example

White with #68205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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