Html Css Color HEX #63135D Palatinate Purple

📋 copy color: '#63135D'

red 99 ◦ green 19 ◦ blue 93

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

Shades of Palatinate Purple #63135D

Tints of Palatinate Purple #63135D

RGB

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

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

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

R = 46.92%
G = 9%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63135D (or 0x63135D) is known color: Palatinate Purple. HEX triplet: 63, 13 and 5D. RGB value is (99,19,93). Sum of RGB (Red+Green+Blue) = 99+19+93=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63135D is #9CECA2. Grayscale: #333333. Windows color (decimal): -10284195 or 6099811. OLE color: 6099811.

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

Color convert

RGB 99 19 93 -
CMYK 0 0.81 0.06 0.61
HSL 304.5º 0.68% 0.23% -
HSV(B) 304.5º 0.81% 0.39% -
XYZ 7.35 3.91 10.72 -
YUV 51.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 99 19 93 0 0.81 0.06 0.61 304.5 0.68 0.23
Hex 63 13 5D 0 51 6 3D 130 44 17
Octal 143 23 135 0 121 6 75 460 104 27
Binary 1100011 10011 1011101 0 1010001 110 111101 100110000 1000100 10111

Color Harmonies of #63135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63135D

Black with #63135D

Text Example


Text Example

White with #63135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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