Html Css Color HEX #63055E Palatinate Purple

📋 copy color: '#63055E'

red 99 ◦ green 5 ◦ blue 94

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

Shades of Palatinate Purple #63055E

Tints of Palatinate Purple #63055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

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

R = 50%
G = 2.53%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63055E (or 0x63055E) is known color: Palatinate Purple. HEX triplet: 63, 05 and 5E. RGB value is (99,5,94). Sum of RGB (Red+Green+Blue) = 99+5+94=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63055E is #9CFAA1. Grayscale: #2A2A2A. Windows color (decimal): -10287778 or 6161763. OLE color: 6161763.

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

Color convert

RGB 99 5 94 -
CMYK 0 0.95 0.05 0.61
HSL 303.19º 0.9% 0.2% -
HSV(B) 303.19º 0.95% 0.39% -
XYZ 7.22 3.57 10.9 -
YUV 43.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 99 5 94 0 0.95 0.05 0.61 303.19 0.9 0.2
Hex 63 5 5E 0 5F 5 3D 12F 5A 14
Octal 143 5 136 0 137 5 75 457 132 24
Binary 1100011 101 1011110 0 1011111 101 111101 100101111 1011010 10100

Color Harmonies of #63055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63055E

Black with #63055E

Text Example


Text Example

White with #63055E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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