Html Css Color HEX #63185B Palatinate Purple

📋 copy color: '#63185B'

red 99 ◦ green 24 ◦ blue 91

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

Shades of Palatinate Purple #63185B

Tints of Palatinate Purple #63185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 46.26%
G = 11.21%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63185B (or 0x63185B) is known color: Palatinate Purple. HEX triplet: 63, 18 and 5B. RGB value is (99,24,91). Sum of RGB (Red+Green+Blue) = 99+24+91=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63185B is #9CE7A4. Grayscale: #353535. Windows color (decimal): -10282917 or 5970019. OLE color: 5970019.

HSL color Cylindrical-coordinate representation of color #63185B: hue angle of 306.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63185B is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 91 -
CMYK 0 0.76 0.08 0.61
HSL 306.4º 0.61% 0.24% -
HSV(B) 306.4º 0.76% 0.39% -
XYZ 7.36 4.06 10.29 -
YUV 54.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 99 24 91 0 0.76 0.08 0.61 306.4 0.61 0.24
Hex 63 18 5B 0 4C 8 3D 132 3D 18
Octal 143 30 133 0 114 10 75 462 75 30
Binary 1100011 11000 1011011 0 1001100 1000 111101 100110010 111101 11000

Color Harmonies of #63185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63185B

Black with #63185B

Text Example


Text Example

White with #63185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63185B; }

 p { color: rgb(99,24,91); }

 H1.HeaderClassName
 {
   color: #63185B;
 }
 .AnyTagClassName
 {
   color: #63185B;
 }
</style>

background-color css

<style>
 a { background-color: #63185B; }

 a { background-color: rgb(99,24,91); }

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

border-color css

<style>
 span { border-color: #63185B; }

 span { border-color: rgb(99,24,91); }

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