Html Css Color HEX #63015D Palatinate Purple

📋 copy color: '#63015D'

red 99 ◦ green 1 ◦ blue 93

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

Shades of Palatinate Purple #63015D

Tints of Palatinate Purple #63015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 51.3%
G = 0.52%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63015D (or 0x63015D) is known color: Palatinate Purple. HEX triplet: 63, 01 and 5D. RGB value is (99,1,93). Sum of RGB (Red+Green+Blue) = 99+1+93=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63015D is #9CFEA2. Grayscale: #282828. Windows color (decimal): -10288803 or 6095203. OLE color: 6095203.

HSL color Cylindrical-coordinate representation of color #63015D: hue angle of 303.67º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63015D is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 1 93 -
CMYK 0 0.99 0.06 0.61
HSL 303.67º 0.98% 0.2% -
HSV(B) 303.67º 0.99% 0.39% -
XYZ 7.13 3.46 10.65 -
YUV 40.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 99 1 93 0 0.99 0.06 0.61 303.67 0.98 0.2
Hex 63 1 5D 0 63 6 3D 130 62 14
Octal 143 1 135 0 143 6 75 460 142 24
Binary 1100011 1 1011101 0 1100011 110 111101 100110000 1100010 10100

Color Harmonies of #63015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63015D

Black with #63015D

Text Example


Text Example

White with #63015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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