#7036FD

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

Shades of Han Purple #7036FD

Tints of Han Purple #7036FD

Color information

#7036FD (or 0x7036FD) is unknown color: approx Han Purple. HEX triplet: 70, 36 and FD. RGB value is (112,54,253). Sum of RGB (Red+Green+Blue) = 112+54+253=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #7036FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7036FD is #8FC902. Grayscale: #5D5D5D. Windows color (decimal): -9423107 or 16594544. OLE color: 16594544.

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

Color convert

RGB11254253-
CMYK0.560.7900.01
HSL257.49º98.03%60.2%-
HSV(B)257.49º78.66%99.22%-
XYZ25.7313.1794.12-
YUV94.03217.72140.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 54 (21.48% from 255) = 12.89%
BLUE value IS 253 (99.22% from 255) = 60.38%
R=26.73%
G=12.89%
B=60.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112542530.560.7900.01257.4998.0360.2
Hex7036FD384F01101623c
Octal16066375701170140114274
Binary1110000110110111111011110001001111011000000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7036FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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