#702EDB

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

Shades of Purple Heart #702EDB

Tints of Purple Heart #702EDB

Color information

#702EDB (or 0x702EDB) is unknown color: approx Purple Heart. HEX triplet: 70, 2E and DB. RGB value is (112,46,219). Sum of RGB (Red+Green+Blue) = 112+46+219=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #702EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EDB is #8FD124. Grayscale: #545454. Windows color (decimal): -9425189 or 14364272. OLE color: 14364272.

HSL color Cylindrical-coordinate representation of color #702EDB: hue angle of 262.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702EDB is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11246219-
CMYK0.490.7900.14
HSL262.89º70.61%51.96%-
HSV(B)262.89º79%85.88%-
XYZ20.4510.5167.97-
YUV85.46203.37146.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 46 (18.36% from 255) = 12.20%
BLUE value IS 219 (85.94% from 255) = 58.09%
R=29.71%
G=12.20%
B=58.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal112462190.490.7900.14262.8970.6151.96
Hex702EDB314F0E1074734
Octal160563336111701640710764
Binary1110000101110110110111100011001111011101000001111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,46,219); }

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

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

 a { background-color: rgb(112,46,219); }

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

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

 span { border-color: rgb(112,46,219); }

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