Html Css Color HEX #63285C Palatinate Purple

📋 copy color: '#63285C'

red 99 ◦ green 40 ◦ blue 92

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

Shades of Palatinate Purple #63285C

Tints of Palatinate Purple #63285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 42.86%
G = 17.32%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63285C (or 0x63285C) is known color: Palatinate Purple. HEX triplet: 63, 28 and 5C. RGB value is (99,40,92). Sum of RGB (Red+Green+Blue) = 99+40+92=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #63285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63285C is #9CD7A3. Grayscale: #3F3F3F. Windows color (decimal): -10278820 or 6039651. OLE color: 6039651.

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

Color convert

RGB 99 40 92 -
CMYK 0 0.60 0.07 0.61
HSL 307.12º 0.42% 0.27% -
HSV(B) 307.12º 0.6% 0.39% -
XYZ 7.84 4.94 10.67 -
YUV 63.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 99 40 92 0 0.60 0.07 0.61 307.12 0.42 0.27
Hex 63 28 5C 0 3C 7 3D 133 2A 1B
Octal 143 50 134 0 74 7 75 463 52 33
Binary 1100011 101000 1011100 0 111100 111 111101 100110011 101010 11011

Color Harmonies of #63285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63285C

Black with #63285C

Text Example


Text Example

White with #63285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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