Html Css Color HEX #63295F Palatinate Purple

📋 copy color: '#63295F'

red 99 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #63295F

Tints of Palatinate Purple #63295F

RGB

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

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

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

R = 42.13%
G = 17.45%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63295F (or 0x63295F) is known color: Palatinate Purple. HEX triplet: 63, 29 and 5F. RGB value is (99,41,95). Sum of RGB (Red+Green+Blue) = 99+41+95=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #63295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63295F is #9CD6A0. Grayscale: #404040. Windows color (decimal): -10278561 or 6236515. OLE color: 6236515.

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

Color convert

RGB 99 41 95 -
CMYK 0 0.59 0.04 0.61
HSL 304.14º 0.41% 0.27% -
HSV(B) 304.14º 0.59% 0.39% -
XYZ 8 5.06 11.38 -
YUV 64.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 99 41 95 0 0.59 0.04 0.61 304.14 0.41 0.27
Hex 63 29 5F 0 3B 4 3D 130 29 1B
Octal 143 51 137 0 73 4 75 460 51 33
Binary 1100011 101001 1011111 0 111011 100 111101 100110000 101001 11011

Color Harmonies of #63295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63295F

Black with #63295F

Text Example


Text Example

White with #63295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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