#7125FA

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

Shades of Han Purple #7125FA

Tints of Han Purple #7125FA

Color information

#7125FA (or 0x7125FA) is unknown color: approx Han Purple. HEX triplet: 71, 25 and FA. RGB value is (113,37,250). Sum of RGB (Red+Green+Blue) = 113+37+250=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #7125FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7125FA is #8EDA05. Grayscale: #535353. Windows color (decimal): -9361926 or 16393585. OLE color: 16393585.

HSL color Cylindrical-coordinate representation of color #7125FA: hue angle of 261.41º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7125FA is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11337250-
CMYK0.550.8500.02
HSL261.41º95.52%56.27%-
HSV(B)261.41º85.2%98.04%-
XYZ24.7311.7491.4-
YUV84.01221.68148.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.25%
GREEN value IS 37 (14.84% from 255) = 9.25%
BLUE value IS 250 (98.05% from 255) = 62.5%
R=28.25%
G=9.25%
B=62.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal113372500.550.8500.02261.4195.5256.27
Hex7125FA3755021056038
Octal16145372671250240514070
Binary11100011001011111101011011110101010101000001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7125FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7125FA; }

 p { color: rgb(113,37,250); }

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

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

 a { background-color: rgb(113,37,250); }

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

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

 span { border-color: rgb(113,37,250); }

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