Html Css Color HEX #63295A Palatinate Purple

📋 copy color: '#63295A'

red 99 ◦ green 41 ◦ blue 90

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

Shades of Palatinate Purple #63295A

Tints of Palatinate Purple #63295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 43.04%
G = 17.83%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63295A (or 0x63295A) is known color: Palatinate Purple. HEX triplet: 63, 29 and 5A. RGB value is (99,41,90). Sum of RGB (Red+Green+Blue) = 99+41+90=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63295A is #9CD6A5. Grayscale: #3F3F3F. Windows color (decimal): -10278566 or 5908835. OLE color: 5908835.

HSL color Cylindrical-coordinate representation of color #63295A: hue angle of 309.31º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63295A is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 41 90 -
CMYK 0 0.59 0.09 0.61
HSL 309.31º 0.41% 0.27% -
HSV(B) 309.31º 0.59% 0.39% -
XYZ 7.78 4.98 10.22 -
YUV 63.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 99 41 90 0 0.59 0.09 0.61 309.31 0.41 0.27
Hex 63 29 5A 0 3B 9 3D 135 29 1B
Octal 143 51 132 0 73 11 75 465 51 33
Binary 1100011 101001 1011010 0 111011 1001 111101 100110101 101001 11011

Color Harmonies of #63295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63295A

Black with #63295A

Text Example


Text Example

White with #63295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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