#702FBF

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

Shades of Purple Heart #702FBF

Tints of Purple Heart #702FBF

Color information

#702FBF (or 0x702FBF) is unknown color: approx Purple Heart. HEX triplet: 70, 2F and BF. RGB value is (112,47,191). Sum of RGB (Red+Green+Blue) = 112+47+191=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #702FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FBF is #8FD040. Grayscale: #525252. Windows color (decimal): -9424961 or 12529520. OLE color: 12529520.

HSL color Cylindrical-coordinate representation of color #702FBF: hue angle of 267.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702FBF is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11247191-
CMYK0.410.7500.25
HSL267.08º60.5%46.67%-
HSV(B)267.08º75.39%74.9%-
XYZ17.19.2450.17-
YUV82.85189.03148.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 47 (18.75% from 255) = 13.43%
BLUE value IS 191 (75% from 255) = 54.57%
R=32%
G=13.43%
B=54.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112471910.410.7500.25267.0860.546.67
Hex702FBF294B01910b3d2f
Octal16057277511130314137557
Binary1110000101111101111111010011001011011001100001011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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