Html Css Color HEX #63155E Palatinate Purple

📋 copy color: '#63155E'

red 99 ◦ green 21 ◦ blue 94

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

Shades of Palatinate Purple #63155E

Tints of Palatinate Purple #63155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

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

R = 46.26%
G = 9.81%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63155E (or 0x63155E) is known color: Palatinate Purple. HEX triplet: 63, 15 and 5E. RGB value is (99,21,94). Sum of RGB (Red+Green+Blue) = 99+21+94=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63155E is #9CEAA1. Grayscale: #343434. Windows color (decimal): -10283682 or 6165859. OLE color: 6165859.

HSL color Cylindrical-coordinate representation of color #63155E: hue angle of 303.85º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63155E is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 21 94 -
CMYK 0 0.79 0.05 0.61
HSL 303.85º 0.65% 0.24% -
HSV(B) 303.85º 0.79% 0.39% -
XYZ 7.43 4 10.97 -
YUV 52.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 99 21 94 0 0.79 0.05 0.61 303.85 0.65 0.24
Hex 63 15 5E 0 4F 5 3D 130 41 18
Octal 143 25 136 0 117 5 75 460 101 30
Binary 1100011 10101 1011110 0 1001111 101 111101 100110000 1000001 11000

Color Harmonies of #63155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63155E

Black with #63155E

Text Example


Text Example

White with #63155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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