Html Css Color HEX #63135A Palatinate Purple

📋 copy color: '#63135A'

red 99 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #63135A

Tints of Palatinate Purple #63135A

RGB

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

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

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

R = 47.6%
G = 9.13%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63135A (or 0x63135A) is known color: Palatinate Purple. HEX triplet: 63, 13 and 5A. RGB value is (99,19,90). Sum of RGB (Red+Green+Blue) = 99+19+90=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63135A is #9CECA5. Grayscale: #323232. Windows color (decimal): -10284198 or 5903203. OLE color: 5903203.

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

Color convert

RGB 99 19 90 -
CMYK 0 0.81 0.09 0.61
HSL 306.75º 0.68% 0.23% -
HSV(B) 306.75º 0.81% 0.39% -
XYZ 7.22 3.86 10.04 -
YUV 51.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 99 19 90 0 0.81 0.09 0.61 306.75 0.68 0.23
Hex 63 13 5A 0 51 9 3D 133 44 17
Octal 143 23 132 0 121 11 75 463 104 27
Binary 1100011 10011 1011010 0 1010001 1001 111101 100110011 1000100 10111

Color Harmonies of #63135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63135A

Black with #63135A

Text Example


Text Example

White with #63135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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