Html Css Color HEX #63135E Palatinate Purple

📋 copy color: '#63135E'

red 99 ◦ green 19 ◦ blue 94

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

Shades of Palatinate Purple #63135E

Tints of Palatinate Purple #63135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.34%

R = 46.7%
G = 8.96%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63135E (or 0x63135E) is known color: Palatinate Purple. HEX triplet: 63, 13 and 5E. RGB value is (99,19,94). Sum of RGB (Red+Green+Blue) = 99+19+94=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63135E is #9CECA1. Grayscale: #333333. Windows color (decimal): -10284194 or 6165347. OLE color: 6165347.

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

Color convert

RGB 99 19 94 -
CMYK 0 0.81 0.05 0.61
HSL 303.75º 0.68% 0.23% -
HSV(B) 303.75º 0.81% 0.39% -
XYZ 7.4 3.93 10.96 -
YUV 51.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 99 19 94 0 0.81 0.05 0.61 303.75 0.68 0.23
Hex 63 13 5E 0 51 5 3D 130 44 17
Octal 143 23 136 0 121 5 75 460 104 27
Binary 1100011 10011 1011110 0 1010001 101 111101 100110000 1000100 10111

Color Harmonies of #63135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63135E

Black with #63135E

Text Example


Text Example

White with #63135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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