Html Css Color HEX #63185F Palatinate Purple

📋 copy color: '#63185F'

red 99 ◦ green 24 ◦ blue 95

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

Shades of Palatinate Purple #63185F

Tints of Palatinate Purple #63185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

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

R = 45.41%
G = 11.01%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63185F (or 0x63185F) is known color: Palatinate Purple. HEX triplet: 63, 18 and 5F. RGB value is (99,24,95). Sum of RGB (Red+Green+Blue) = 99+24+95=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #63185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63185F is #9CE7A0. Grayscale: #363636. Windows color (decimal): -10282913 or 6232163. OLE color: 6232163.

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

Color convert

RGB 99 24 95 -
CMYK 0 0.76 0.04 0.61
HSL 303.2º 0.61% 0.24% -
HSV(B) 303.2º 0.76% 0.39% -
XYZ 7.54 4.13 11.23 -
YUV 54.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 99 24 95 0 0.76 0.04 0.61 303.2 0.61 0.24
Hex 63 18 5F 0 4C 4 3D 12F 3D 18
Octal 143 30 137 0 114 4 75 457 75 30
Binary 1100011 11000 1011111 0 1001100 100 111101 100101111 111101 11000

Color Harmonies of #63185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63185F

Black with #63185F

Text Example


Text Example

White with #63185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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