#630A74

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

Shades of Purple #630A74

Tints of Purple #630A74

Color information

#630A74 (or 0x630A74) is unknown color: approx Purple. HEX triplet: 63, 0A and 74. RGB value is (99,10,116). Sum of RGB (Red+Green+Blue) = 99+10+116=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #630A74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A74 is #9CF58B. Grayscale: #303030. Windows color (decimal): -10286476 or 7604835. OLE color: 7604835.

HSL color Cylindrical-coordinate representation of color #630A74: hue angle of 290.38º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630A74 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9910116-
CMYK0.150.9100.55
HSL290.38º84.13%24.71%-
HSV(B)290.38º91.38%45.49%-
XYZ8.414.1316.88-
YUV48.69165.99163.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=44%
G=4.44%
B=51.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99101160.150.9100.55290.3884.1324.71
Hex63A74F5B0371225419
Octal143121641713306744212431
Binary110001110101110100111110110110110111100100010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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