#630F5A

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

Shades of Palatinate Purple #630F5A

Tints of Palatinate Purple #630F5A

Color information

#630F5A (or 0x630F5A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0F and 5A. RGB value is (99,15,90). Sum of RGB (Red+Green+Blue) = 99+15+90=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #630F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F5A is #9CF0A5. Grayscale: #303030. Windows color (decimal): -10285222 or 5902179. OLE color: 5902179.

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

Color convert

RGB991590-
CMYK00.850.090.61
HSL306.43º73.68%22.35%-
HSV(B)306.43º84.85%38.82%-
XYZ7.163.7310.02-
YUV48.67151.33163.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 15 (6.25% from 255) = 7.35%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=48.53%
G=7.35%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99159000.850.090.61306.4373.6822.35
Hex63F5A05593D1324a16
Octal143171320125117546211226
Binary110001111111011010010101011001111101100110010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,15,90); }

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

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

 a { background-color: rgb(99,15,90); }

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

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

 span { border-color: rgb(99,15,90); }

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