#630E54

Color #630E54 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #630E54

Tints of Palatinate Purple #630E54

Color information

#630E54 (or 0x630E54) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0E and 54. RGB value is (99,14,84). Sum of RGB (Red+Green+Blue) = 99+14+84=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #630E54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E54 is #9CF1AB. Grayscale: #2F2F2F. Windows color (decimal): -10285484 or 5508707. OLE color: 5508707.

HSL color Cylindrical-coordinate representation of color #630E54: hue angle of 310.59º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #630E54 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB991484-
CMYK00.860.150.61
HSL310.59º75.22%22.16%-
HSV(B)310.59º85.86%38.82%-
XYZ6.93.618.72-
YUV47.4148.66164.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=50.25%
G=7.11%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99148400.860.150.61310.5975.2222.16
Hex63E54056F3D1374b16
Octal143161240126177546711326
Binary110001111101010100010101101111111101100110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630E54; }

 p { color: rgb(99,14,84); }

 H1.HeaderClassName
 {
   color: #630E54;
 }
 .AnyTagClassName
 {
   color: #630E54;
 }
</style>
background-color css

<style>
 a { background-color: #630E54; }

 a { background-color: rgb(99,14,84); }

 div.DivClassName
 {
   background-color: #630E54;
 }
 .BgClassName
 {
   background-color: #630E54;
 }
</style>
border-color css

<style>
 span { border-color: #630E54; }

 span { border-color: rgb(99,14,84); }

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