Html Css Color HEX #63115D Palatinate Purple

📋 copy color: '#63115D'

red 99 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #63115D

Tints of Palatinate Purple #63115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 47.37%
G = 8.13%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63115D (or 0x63115D) is known color: Palatinate Purple. HEX triplet: 63, 11 and 5D. RGB value is (99,17,93). Sum of RGB (Red+Green+Blue) = 99+17+93=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63115D is #9CEEA2. Grayscale: #313131. Windows color (decimal): -10284707 or 6099299. OLE color: 6099299.

HSL color Cylindrical-coordinate representation of color #63115D: hue angle of 304.39º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63115D is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 17 93 -
CMYK 0 0.83 0.06 0.61
HSL 304.39º 0.71% 0.23% -
HSV(B) 304.39º 0.83% 0.39% -
XYZ 7.32 3.84 10.71 -
YUV 50.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 99 17 93 0 0.83 0.06 0.61 304.39 0.71 0.23
Hex 63 11 5D 0 53 6 3D 130 47 17
Octal 143 21 135 0 123 6 75 460 107 27
Binary 1100011 10001 1011101 0 1010011 110 111101 100110000 1000111 10111

Color Harmonies of #63115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63115D

Black with #63115D

Text Example


Text Example

White with #63115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63115D; }

 p { color: rgb(99,17,93); }

 H1.HeaderClassName
 {
   color: #63115D;
 }
 .AnyTagClassName
 {
   color: #63115D;
 }
</style>

background-color css

<style>
 a { background-color: #63115D; }

 a { background-color: rgb(99,17,93); }

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

border-color css

<style>
 span { border-color: #63115D; }

 span { border-color: rgb(99,17,93); }

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