Html Css Color HEX #63145C Palatinate Purple

📋 copy color: '#63145C'

red 99 ◦ green 20 ◦ blue 92

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

Shades of Palatinate Purple #63145C

Tints of Palatinate Purple #63145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 46.92%
G = 9.48%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63145C (or 0x63145C) is known color: Palatinate Purple. HEX triplet: 63, 14 and 5C. RGB value is (99,20,92). Sum of RGB (Red+Green+Blue) = 99+20+92=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63145C is #9CEBA3. Grayscale: #333333. Windows color (decimal): -10283940 or 6034531. OLE color: 6034531.

HSL color Cylindrical-coordinate representation of color #63145C: hue angle of 305.32º 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 #63145C is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 92 -
CMYK 0 0.80 0.07 0.61
HSL 305.32º 0.66% 0.23% -
HSV(B) 305.32º 0.8% 0.39% -
XYZ 7.33 3.93 10.5 -
YUV 51.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 99 20 92 0 0.80 0.07 0.61 305.32 0.66 0.23
Hex 63 14 5C 0 50 7 3D 131 42 17
Octal 143 24 134 0 120 7 75 461 102 27
Binary 1100011 10100 1011100 0 1010000 111 111101 100110001 1000010 10111

Color Harmonies of #63145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63145C

Black with #63145C

Text Example


Text Example

White with #63145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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