Html Css Color HEX #63325E Palatinate Purple

📋 copy color: '#63325E'

red 99 ◦ green 50 ◦ blue 94

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

Shades of Palatinate Purple #63325E

Tints of Palatinate Purple #63325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 40.74%
G = 20.58%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63325E (or 0x63325E) is known color: Palatinate Purple. HEX triplet: 63, 32 and 5E. RGB value is (99,50,94). Sum of RGB (Red+Green+Blue) = 99+50+94=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63325E is #9CCDA1. Grayscale: #454545. Windows color (decimal): -10276258 or 6173283. OLE color: 6173283.

HSL color Cylindrical-coordinate representation of color #63325E: hue angle of 306.12º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63325E is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 50 94 -
CMYK 0 0.49 0.05 0.61
HSL 306.12º 0.33% 0.29% -
HSV(B) 306.12º 0.49% 0.39% -
XYZ 8.31 5.74 11.26 -
YUV 69.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 99 50 94 0 0.49 0.05 0.61 306.12 0.33 0.29
Hex 63 32 5E 0 31 5 3D 132 21 1D
Octal 143 62 136 0 61 5 75 462 41 35
Binary 1100011 110010 1011110 0 110001 101 111101 100110010 100001 11101

Color Harmonies of #63325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63325E

Black with #63325E

Text Example


Text Example

White with #63325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63325E; }

 p { color: rgb(99,50,94); }

 H1.HeaderClassName
 {
   color: #63325E;
 }
 .AnyTagClassName
 {
   color: #63325E;
 }
</style>

background-color css

<style>
 a { background-color: #63325E; }

 a { background-color: rgb(99,50,94); }

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

border-color css

<style>
 span { border-color: #63325E; }

 span { border-color: rgb(99,50,94); }

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