#702db5

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

Shades of Purple Heart #702DB5

Tints of Purple Heart #702DB5

Color information

#702DB5 (or 0x702DB5) is unknown color: approx Purple Heart. HEX triplet: 70, 2D and B5. RGB value is (112,45,181). Sum of RGB (Red+Green+Blue) = 112+45+181=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #702DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DB5 is #8FD24A. Grayscale: #505050. Windows color (decimal): -9425483 or 11873648. OLE color: 11873648.

HSL color Cylindrical-coordinate representation of color #702DB5: hue angle of 269.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702DB5 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11245181-
CMYK0.380.7500.29
HSL269.56º60.18%44.31%-
HSV(B)269.56º75.14%70.98%-
XYZ15.968.6644.55-
YUV80.54184.7150.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 45 (17.97% from 255) = 13.31%
BLUE value IS 181 (71.09% from 255) = 53.55%
R=33.14%
G=13.31%
B=53.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112451810.380.7500.29269.5660.1844.31
Hex702DB5264B01D10e3c2c
Octal16055265461130354167454
Binary1110000101101101101011001101001011011101100001110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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