#702FBE

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

Shades of Purple Heart #702FBE

Tints of Purple Heart #702FBE

Color information

#702FBE (or 0x702FBE) is unknown color: approx Purple Heart. HEX triplet: 70, 2F and BE. RGB value is (112,47,190). Sum of RGB (Red+Green+Blue) = 112+47+190=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #702FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FBE is #8FD041. Grayscale: #525252. Windows color (decimal): -9424962 or 12463984. OLE color: 12463984.

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

Color convert

RGB11247190-
CMYK0.410.7500.25
HSL267.27º60.34%46.47%-
HSV(B)267.27º75.26%74.51%-
XYZ16.999.249.59-
YUV82.74188.53148.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 47 (18.75% from 255) = 13.47%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=32.09%
G=13.47%
B=54.44%

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
Decimal112471900.410.7500.25267.2760.3446.47
Hex702FBE294B01910b3c2e
Octal16057276511130314137456
Binary1110000101111101111101010011001011011001100001011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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