#630F58

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

Shades of Palatinate Purple #630F58

Tints of Palatinate Purple #630F58

Color information

#630F58 (or 0x630F58) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0F and 58. RGB value is (99,15,88). Sum of RGB (Red+Green+Blue) = 99+15+88=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #630F58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F58 is #9CF0A7. Grayscale: #303030. Windows color (decimal): -10285224 or 5771107. OLE color: 5771107.

HSL color Cylindrical-coordinate representation of color #630F58: hue angle of 307.86º 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 #630F58 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB991588-
CMYK00.850.110.61
HSL307.86º73.68%22.35%-
HSV(B)307.86º84.85%38.82%-
XYZ7.083.79.57-
YUV48.44150.33164.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=49.01%
G=7.43%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99158800.850.110.61307.8673.6822.35
Hex63F58055B3D1344a16
Octal143171300125137546411226
Binary110001111111011000010101011011111101100110100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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