Html Css Color HEX #68205C Palatinate Purple

📋 copy color: '#68205C'

red 104 ◦ green 32 ◦ blue 92

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

Shades of Palatinate Purple #68205C

Tints of Palatinate Purple #68205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.35%

R = 45.61%
G = 14.04%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68205C (or 0x68205C) is known color: Palatinate Purple. HEX triplet: 68, 20 and 5C. RGB value is (104,32,92). Sum of RGB (Red+Green+Blue) = 104+32+92=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #68205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68205C is #97DFA3. Grayscale: #3C3C3C. Windows color (decimal): -9953188 or 6037608. OLE color: 6037608.

HSL color Cylindrical-coordinate representation of color #68205C: hue angle of 310º 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 #68205C is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 92 -
CMYK 0 0.69 0.12 0.59
HSL 310º 0.53% 0.27% -
HSV(B) 310º 0.69% 0.41% -
XYZ 8.16 4.75 10.61 -
YUV 60.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 104 32 92 0 0.69 0.12 0.59 310 0.53 0.27
Hex 68 20 5C 0 45 C 3B 136 35 1B
Octal 150 40 134 0 105 14 73 466 65 33
Binary 1101000 100000 1011100 0 1000101 1100 111011 100110110 110101 11011

Color Harmonies of #68205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68205C

Black with #68205C

Text Example


Text Example

White with #68205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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