#630552

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

Shades of Tyrian Purple #630552

Tints of Tyrian Purple #630552

Color information

#630552 (or 0x630552) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 52. RGB value is (99,5,82). Sum of RGB (Red+Green+Blue) = 99+5+82=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #630552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630552 is #9CFAAD. Grayscale: #292929. Windows color (decimal): -10287790 or 5375331. OLE color: 5375331.

HSL color Cylindrical-coordinate representation of color #630552: hue angle of 310.85º 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 #630552 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB99582-
CMYK00.950.170.61
HSL310.85º90.38%20.39%-
HSV(B)310.85º94.95%38.82%-
XYZ6.723.378.28-
YUV41.88150.64168.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=53.23%
G=2.69%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9958200.950.170.61310.8590.3820.39
Hex6355205F113D1375a14
Octal14351220137217546713224
Binary110001110110100100101111110001111101100110111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630552; }

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

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

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

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

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

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

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

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