Html Css Color HEX #63205B Palatinate Purple

📋 copy color: '#63205B'

red 99 ◦ green 32 ◦ blue 91

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

Shades of Palatinate Purple #63205B

Tints of Palatinate Purple #63205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 44.59%
G = 14.41%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63205B (or 0x63205B) is known color: Palatinate Purple. HEX triplet: 63, 20 and 5B. RGB value is (99,32,91). Sum of RGB (Red+Green+Blue) = 99+32+91=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #63205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63205B is #9CDFA4. Grayscale: #3A3A3A. Windows color (decimal): -10280869 or 5972067. OLE color: 5972067.

HSL color Cylindrical-coordinate representation of color #63205B: hue angle of 307.16º 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 #63205B is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 91 -
CMYK 0 0.68 0.08 0.61
HSL 307.16º 0.51% 0.26% -
HSV(B) 307.16º 0.68% 0.39% -
XYZ 7.55 4.44 10.36 -
YUV 58.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 99 32 91 0 0.68 0.08 0.61 307.16 0.51 0.26
Hex 63 20 5B 0 44 8 3D 133 33 1A
Octal 143 40 133 0 104 10 75 463 63 32
Binary 1100011 100000 1011011 0 1000100 1000 111101 100110011 110011 11010

Color Harmonies of #63205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63205B

Black with #63205B

Text Example


Text Example

White with #63205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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