#702FFB

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

Shades of Han Purple #702FFB

Tints of Han Purple #702FFB

Color information

#702FFB (or 0x702FFB) is unknown color: approx Han Purple. HEX triplet: 70, 2F and FB. RGB value is (112,47,251). Sum of RGB (Red+Green+Blue) = 112+47+251=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #702FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702FFB is #8FD004. Grayscale: #585858. Windows color (decimal): -9424901 or 16461680. OLE color: 16461680.

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

Color convert

RGB11247251-
CMYK0.550.8100.02
HSL259.12º96.23%58.43%-
HSV(B)259.12º81.27%98.43%-
XYZ25.1112.4492.34-
YUV89.69219.03143.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 47 (18.75% from 255) = 11.46%
BLUE value IS 251 (98.44% from 255) = 61.22%
R=27.32%
G=11.46%
B=61.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112472510.550.8100.02259.1296.2358.43
Hex702FFB375102103603a
Octal16057373671210240314072
Binary11100001011111111101111011110100010101000000111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,47,251); }

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

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

 a { background-color: rgb(112,47,251); }

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

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

 span { border-color: rgb(112,47,251); }

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