Html Css Color HEX #63015E Palatinate Purple

📋 copy color: '#63015E'

red 99 ◦ green 1 ◦ blue 94

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

Shades of Palatinate Purple #63015E

Tints of Palatinate Purple #63015E

RGB

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

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

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

R = 51.03%
G = 0.52%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63015E (or 0x63015E) is known color: Palatinate Purple. HEX triplet: 63, 01 and 5E. RGB value is (99,1,94). Sum of RGB (Red+Green+Blue) = 99+1+94=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63015E is #9CFEA1. Grayscale: #282828. Windows color (decimal): -10288802 or 6160739. OLE color: 6160739.

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

Color convert

RGB 99 1 94 -
CMYK 0 0.99 0.05 0.61
HSL 303.06º 0.98% 0.2% -
HSV(B) 303.06º 0.99% 0.39% -
XYZ 7.18 3.48 10.88 -
YUV 40.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 99 1 94 0 0.99 0.05 0.61 303.06 0.98 0.2
Hex 63 1 5E 0 63 5 3D 12F 62 14
Octal 143 1 136 0 143 5 75 457 142 24
Binary 1100011 1 1011110 0 1100011 101 111101 100101111 1100010 10100

Color Harmonies of #63015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63015E

Black with #63015E

Text Example


Text Example

White with #63015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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