Html Css Color HEX #63295D Palatinate Purple

📋 copy color: '#63295D'

red 99 ◦ green 41 ◦ blue 93

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

Shades of Palatinate Purple #63295D

Tints of Palatinate Purple #63295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 42.49%
G = 17.6%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63295D (or 0x63295D) is known color: Palatinate Purple. HEX triplet: 63, 29 and 5D. RGB value is (99,41,93). Sum of RGB (Red+Green+Blue) = 99+41+93=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #63295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63295D is #9CD6A2. Grayscale: #404040. Windows color (decimal): -10278563 or 6105443. OLE color: 6105443.

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

Color convert

RGB 99 41 93 -
CMYK 0 0.59 0.06 0.61
HSL 306.21º 0.41% 0.27% -
HSV(B) 306.21º 0.59% 0.39% -
XYZ 7.91 5.03 10.91 -
YUV 64.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 99 41 93 0 0.59 0.06 0.61 306.21 0.41 0.27
Hex 63 29 5D 0 3B 6 3D 132 29 1B
Octal 143 51 135 0 73 6 75 462 51 33
Binary 1100011 101001 1011101 0 111011 110 111101 100110010 101001 11011

Color Harmonies of #63295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63295D

Black with #63295D

Text Example


Text Example

White with #63295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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