Html Css Color HEX #63295E Palatinate Purple

📋 copy color: '#63295E'

red 99 ◦ green 41 ◦ blue 94

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

Shades of Palatinate Purple #63295E

Tints of Palatinate Purple #63295E

RGB

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

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

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

R = 42.31%
G = 17.52%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63295E (or 0x63295E) is known color: Palatinate Purple. HEX triplet: 63, 29 and 5E. RGB value is (99,41,94). Sum of RGB (Red+Green+Blue) = 99+41+94=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #63295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63295E is #9CD6A1. Grayscale: #404040. Windows color (decimal): -10278562 or 6170979. OLE color: 6170979.

HSL color Cylindrical-coordinate representation of color #63295E: hue angle of 305.17º 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 #63295E is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 41 94 -
CMYK 0 0.59 0.05 0.61
HSL 305.17º 0.41% 0.27% -
HSV(B) 305.17º 0.59% 0.39% -
XYZ 7.96 5.05 11.14 -
YUV 64.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 99 41 94 0 0.59 0.05 0.61 305.17 0.41 0.27
Hex 63 29 5E 0 3B 5 3D 131 29 1B
Octal 143 51 136 0 73 5 75 461 51 33
Binary 1100011 101001 1011110 0 111011 101 111101 100110001 101001 11011

Color Harmonies of #63295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63295E

Black with #63295E

Text Example


Text Example

White with #63295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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