Html Css Color HEX #63285D Palatinate Purple

📋 copy color: '#63285D'

red 99 ◦ green 40 ◦ blue 93

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

Shades of Palatinate Purple #63285D

Tints of Palatinate Purple #63285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

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

R = 42.67%
G = 17.24%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63285D (or 0x63285D) is known color: Palatinate Purple. HEX triplet: 63, 28 and 5D. RGB value is (99,40,93). Sum of RGB (Red+Green+Blue) = 99+40+93=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63285D is #9CD7A2. Grayscale: #3F3F3F. Windows color (decimal): -10278819 or 6105187. OLE color: 6105187.

HSL color Cylindrical-coordinate representation of color #63285D: hue angle of 306.1º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63285D is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 40 93 -
CMYK 0 0.60 0.06 0.61
HSL 306.1º 0.42% 0.27% -
HSV(B) 306.1º 0.6% 0.39% -
XYZ 7.88 4.96 10.9 -
YUV 63.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 99 40 93 0 0.60 0.06 0.61 306.1 0.42 0.27
Hex 63 28 5D 0 3C 6 3D 132 2A 1B
Octal 143 50 135 0 74 6 75 462 52 33
Binary 1100011 101000 1011101 0 111100 110 111101 100110010 101010 11011

Color Harmonies of #63285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63285D

Black with #63285D

Text Example


Text Example

White with #63285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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