Html Css Color HEX #63205F Palatinate Purple

📋 copy color: '#63205F'

red 99 ◦ green 32 ◦ blue 95

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

Shades of Palatinate Purple #63205F

Tints of Palatinate Purple #63205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 43.81%
G = 14.16%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63205F (or 0x63205F) is known color: Palatinate Purple. HEX triplet: 63, 20 and 5F. RGB value is (99,32,95). Sum of RGB (Red+Green+Blue) = 99+32+95=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63205F is #9CDFA0. Grayscale: #3B3B3B. Windows color (decimal): -10280865 or 6234211. OLE color: 6234211.

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

Color convert

RGB 99 32 95 -
CMYK 0 0.68 0.04 0.61
HSL 303.58º 0.51% 0.26% -
HSV(B) 303.58º 0.68% 0.39% -
XYZ 7.73 4.51 11.29 -
YUV 59.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 99 32 95 0 0.68 0.04 0.61 303.58 0.51 0.26
Hex 63 20 5F 0 44 4 3D 130 33 1A
Octal 143 40 137 0 104 4 75 460 63 32
Binary 1100011 100000 1011111 0 1000100 100 111101 100110000 110011 11010

Color Harmonies of #63205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63205F

Black with #63205F

Text Example


Text Example

White with #63205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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