#630174

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

Shades of Purple #630174

Tints of Purple #630174

Color information

#630174 (or 0x630174) is unknown color: approx Purple. HEX triplet: 63, 01 and 74. RGB value is (99,1,116). Sum of RGB (Red+Green+Blue) = 99+1+116=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #630174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630174 is #9CFE8B. Grayscale: #2B2B2B. Windows color (decimal): -10288780 or 7602531. OLE color: 7602531.

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

Color convert

RGB991116-
CMYK0.150.9900.55
HSL291.13º98.29%22.94%-
HSV(B)291.13º99.14%45.49%-
XYZ8.313.9416.84-
YUV43.41168.97167.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 116 (45.70% from 255) = 53.70%
R=45.83%
G=0.46%
B=53.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9911160.150.9900.55291.1398.2922.94
Hex63174F630371236217
Octal14311641714306744314227
Binary110001111110100111111000110110111100100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630174; }

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

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

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

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

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

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

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

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