#7038FD

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

Shades of Han Purple #7038FD

Tints of Han Purple #7038FD

Color information

#7038FD (or 0x7038FD) is unknown color: approx Han Purple. HEX triplet: 70, 38 and FD. RGB value is (112,56,253). Sum of RGB (Red+Green+Blue) = 112+56+253=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #7038FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7038FD is #8FC702. Grayscale: #5E5E5E. Windows color (decimal): -9422595 or 16595056. OLE color: 16595056.

HSL color Cylindrical-coordinate representation of color #7038FD: hue angle of 257.06º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7038FD is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11256253-
CMYK0.560.7800.01
HSL257.06º98.01%60.59%-
HSV(B)257.06º77.87%99.22%-
XYZ25.8313.3694.15-
YUV95.2217.05139.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 56 (22.27% from 255) = 13.30%
BLUE value IS 253 (99.22% from 255) = 60.10%
R=26.60%
G=13.30%
B=60.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112562530.560.7800.01257.0698.0160.59
Hex7038FD384E01101623d
Octal16070375701160140114275
Binary1110000111000111111011110001001110011000000011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7038FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7038FD; }

 p { color: rgb(112,56,253); }

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

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

 a { background-color: rgb(112,56,253); }

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

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

 span { border-color: rgb(112,56,253); }

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