Html Css Color HEX #63205C Palatinate Purple

📋 copy color: '#63205C'

red 99 ◦ green 32 ◦ blue 92

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

Shades of Palatinate Purple #63205C

Tints of Palatinate Purple #63205C

RGB

 RED value IS 99 (39.06% from 255) = 44.39%

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

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

R = 44.39%
G = 14.35%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63205C (or 0x63205C) is known color: Palatinate Purple. HEX triplet: 63, 20 and 5C. RGB value is (99,32,92). Sum of RGB (Red+Green+Blue) = 99+32+92=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #63205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63205C is #9CDFA3. Grayscale: #3A3A3A. Windows color (decimal): -10280868 or 6037603. OLE color: 6037603.

HSL color Cylindrical-coordinate representation of color #63205C: hue angle of 306.27º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63205C is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 92 -
CMYK 0 0.68 0.07 0.61
HSL 306.27º 0.51% 0.26% -
HSV(B) 306.27º 0.68% 0.39% -
XYZ 7.59 4.46 10.59 -
YUV 58.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 99 32 92 0 0.68 0.07 0.61 306.27 0.51 0.26
Hex 63 20 5C 0 44 7 3D 132 33 1A
Octal 143 40 134 0 104 7 75 462 63 32
Binary 1100011 100000 1011100 0 1000100 111 111101 100110010 110011 11010

Color Harmonies of #63205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63205C

Black with #63205C

Text Example


Text Example

White with #63205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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