#702DFE

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

Shades of Han Purple #702DFE

Tints of Han Purple #702DFE

Color information

#702DFE (or 0x702DFE) is unknown color: approx Han Purple. HEX triplet: 70, 2D and FE. RGB value is (112,45,254). Sum of RGB (Red+Green+Blue) = 112+45+254=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #702DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702DFE is #8FD201. Grayscale: #585858. Windows color (decimal): -9425410 or 16657776. OLE color: 16657776.

HSL color Cylindrical-coordinate representation of color #702DFE: hue angle of 259.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702DFE is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11245254-
CMYK0.560.8200.00
HSL259.23º99.05%58.63%-
HSV(B)259.23º82.28%99.61%-
XYZ25.5112.4894.83-
YUV88.86221.2144.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 45 (17.97% from 255) = 10.95%
BLUE value IS 254 (99.61% from 255) = 61.80%
R=27.25%
G=10.95%
B=61.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112452540.560.8200.00259.2399.0558.63
Hex702DFE385200103633b
Octal16055376701220040314373
Binary1110000101101111111101110001010010001000000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702DFE; }

 p { color: rgb(112,45,254); }

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

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

 a { background-color: rgb(112,45,254); }

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

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

 span { border-color: rgb(112,45,254); }

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