Html Css Color HEX #63145F Palatinate Purple

📋 copy color: '#63145F'

red 99 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #63145F

Tints of Palatinate Purple #63145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

 BLUE value IS 95 (37.5% from 255) = 44.39%

R = 46.26%
G = 9.35%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63145F (or 0x63145F) is known color: Palatinate Purple. HEX triplet: 63, 14 and 5F. RGB value is (99,20,95). Sum of RGB (Red+Green+Blue) = 99+20+95=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63145F is #9CEBA0. Grayscale: #333333. Windows color (decimal): -10283937 or 6231139. OLE color: 6231139.

HSL color Cylindrical-coordinate representation of color #63145F: hue angle of 303.04º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63145F is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 95 -
CMYK 0 0.80 0.04 0.61
HSL 303.04º 0.66% 0.23% -
HSV(B) 303.04º 0.8% 0.39% -
XYZ 7.46 3.98 11.2 -
YUV 52.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 99 20 95 0 0.80 0.04 0.61 303.04 0.66 0.23
Hex 63 14 5F 0 50 4 3D 12F 42 17
Octal 143 24 137 0 120 4 75 457 102 27
Binary 1100011 10100 1011111 0 1010000 100 111101 100101111 1000010 10111

Color Harmonies of #63145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63145F

Black with #63145F

Text Example


Text Example

White with #63145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63145F; }

 p { color: rgb(99,20,95); }

 H1.HeaderClassName
 {
   color: #63145F;
 }
 .AnyTagClassName
 {
   color: #63145F;
 }
</style>

background-color css

<style>
 a { background-color: #63145F; }

 a { background-color: rgb(99,20,95); }

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

border-color css

<style>
 span { border-color: #63145F; }

 span { border-color: rgb(99,20,95); }

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