Html Css Color HEX #63135B Palatinate Purple

📋 copy color: '#63135B'

red 99 ◦ green 19 ◦ blue 91

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

Shades of Palatinate Purple #63135B

Tints of Palatinate Purple #63135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 47.37%
G = 9.09%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63135B (or 0x63135B) is known color: Palatinate Purple. HEX triplet: 63, 13 and 5B. RGB value is (99,19,91). Sum of RGB (Red+Green+Blue) = 99+19+91=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63135B is #9CECA4. Grayscale: #323232. Windows color (decimal): -10284197 or 5968739. OLE color: 5968739.

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

Color convert

RGB 99 19 91 -
CMYK 0 0.81 0.08 0.61
HSL 306º 0.68% 0.23% -
HSV(B) 306º 0.81% 0.39% -
XYZ 7.27 3.87 10.26 -
YUV 51.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 99 19 91 0 0.81 0.08 0.61 306 0.68 0.23
Hex 63 13 5B 0 51 8 3D 132 44 17
Octal 143 23 133 0 121 10 75 462 104 27
Binary 1100011 10011 1011011 0 1010001 1000 111101 100110010 1000100 10111

Color Harmonies of #63135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63135B

Black with #63135B

Text Example


Text Example

White with #63135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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