Html Css Color HEX #63285A Palatinate Purple

📋 copy color: '#63285A'

red 99 ◦ green 40 ◦ blue 90

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

Shades of Palatinate Purple #63285A

Tints of Palatinate Purple #63285A

RGB

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

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

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

R = 43.23%
G = 17.47%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63285A (or 0x63285A) is known color: Palatinate Purple. HEX triplet: 63, 28 and 5A. RGB value is (99,40,90). Sum of RGB (Red+Green+Blue) = 99+40+90=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63285A is #9CD7A5. Grayscale: #3F3F3F. Windows color (decimal): -10278822 or 5908579. OLE color: 5908579.

HSL color Cylindrical-coordinate representation of color #63285A: hue angle of 309.15º 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 #63285A is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 40 90 -
CMYK 0 0.60 0.09 0.61
HSL 309.15º 0.42% 0.27% -
HSV(B) 309.15º 0.6% 0.39% -
XYZ 7.75 4.91 10.21 -
YUV 63.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 99 40 90 0 0.60 0.09 0.61 309.15 0.42 0.27
Hex 63 28 5A 0 3C 9 3D 135 2A 1B
Octal 143 50 132 0 74 11 75 465 52 33
Binary 1100011 101000 1011010 0 111100 1001 111101 100110101 101010 11011

Color Harmonies of #63285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63285A

Black with #63285A

Text Example


Text Example

White with #63285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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