Html Css Color HEX #63205D Palatinate Purple

📋 copy color: '#63205D'

red 99 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #63205D

Tints of Palatinate Purple #63205D

RGB

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

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

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

R = 44.2%
G = 14.29%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63205D (or 0x63205D) is known color: Palatinate Purple. HEX triplet: 63, 20 and 5D. RGB value is (99,32,93). Sum of RGB (Red+Green+Blue) = 99+32+93=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63205D is #9CDFA2. Grayscale: #3A3A3A. Windows color (decimal): -10280867 or 6103139. OLE color: 6103139.

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

Color convert

RGB 99 32 93 -
CMYK 0 0.68 0.06 0.61
HSL 305.37º 0.51% 0.26% -
HSV(B) 305.37º 0.68% 0.39% -
XYZ 7.64 4.48 10.82 -
YUV 58.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 99 32 93 0 0.68 0.06 0.61 305.37 0.51 0.26
Hex 63 20 5D 0 44 6 3D 131 33 1A
Octal 143 40 135 0 104 6 75 461 63 32
Binary 1100011 100000 1011101 0 1000100 110 111101 100110001 110011 11010

Color Harmonies of #63205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63205D

Black with #63205D

Text Example


Text Example

White with #63205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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