Html Css Color HEX #63155B Palatinate Purple

📋 copy color: '#63155B'

red 99 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #63155B

Tints of Palatinate Purple #63155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

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

R = 46.92%
G = 9.95%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63155B (or 0x63155B) is known color: Palatinate Purple. HEX triplet: 63, 15 and 5B. RGB value is (99,21,91). Sum of RGB (Red+Green+Blue) = 99+21+91=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63155B is #9CEAA4. Grayscale: #343434. Windows color (decimal): -10283685 or 5969251. OLE color: 5969251.

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

Color convert

RGB 99 21 91 -
CMYK 0 0.79 0.08 0.61
HSL 306.15º 0.65% 0.24% -
HSV(B) 306.15º 0.79% 0.39% -
XYZ 7.3 3.94 10.27 -
YUV 52.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 99 21 91 0 0.79 0.08 0.61 306.15 0.65 0.24
Hex 63 15 5B 0 4F 8 3D 132 41 18
Octal 143 25 133 0 117 10 75 462 101 30
Binary 1100011 10101 1011011 0 1001111 1000 111101 100110010 1000001 11000

Color Harmonies of #63155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63155B

Black with #63155B

Text Example


Text Example

White with #63155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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