Html Css Color HEX #63205A Palatinate Purple

📋 copy color: '#63205A'

red 99 ◦ green 32 ◦ blue 90

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

Shades of Palatinate Purple #63205A

Tints of Palatinate Purple #63205A

RGB

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

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

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

R = 44.8%
G = 14.48%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63205A (or 0x63205A) is known color: Palatinate Purple. HEX triplet: 63, 20 and 5A. RGB value is (99,32,90). Sum of RGB (Red+Green+Blue) = 99+32+90=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #63205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63205A is #9CDFA5. Grayscale: #3A3A3A. Windows color (decimal): -10280870 or 5906531. OLE color: 5906531.

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

Color convert

RGB 99 32 90 -
CMYK 0 0.68 0.09 0.61
HSL 308.06º 0.51% 0.26% -
HSV(B) 308.06º 0.68% 0.39% -
XYZ 7.51 4.42 10.13 -
YUV 58.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 99 32 90 0 0.68 0.09 0.61 308.06 0.51 0.26
Hex 63 20 5A 0 44 9 3D 134 33 1A
Octal 143 40 132 0 104 11 75 464 63 32
Binary 1100011 100000 1011010 0 1000100 1001 111101 100110100 110011 11010

Color Harmonies of #63205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63205A

Black with #63205A

Text Example


Text Example

White with #63205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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