#630574

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

Shades of Purple #630574

Tints of Purple #630574

Color information

#630574 (or 0x630574) is unknown color: approx Purple. HEX triplet: 63, 05 and 74. RGB value is (99,5,116). Sum of RGB (Red+Green+Blue) = 99+5+116=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #630574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630574 is #9CFA8B. Grayscale: #2D2D2D. Windows color (decimal): -10287756 or 7603555. OLE color: 7603555.

HSL color Cylindrical-coordinate representation of color #630574: hue angle of 290.81º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630574 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB995116-
CMYK0.150.9600.55
HSL290.81º91.74%23.73%-
HSV(B)290.81º95.69%45.49%-
XYZ8.354.0216.86-
YUV45.76167.64165.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 116 (45.70% from 255) = 52.73%
R=45%
G=2.27%
B=52.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9951160.150.9600.55290.8191.7423.73
Hex63574F600371235c18
Octal14351641714006744313430
Binary11000111011110100111111000000110111100100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630574; }

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

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

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

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

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

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

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

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