#702EBA

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

Shades of Purple Heart #702EBA

Tints of Purple Heart #702EBA

Color information

#702EBA (or 0x702EBA) is unknown color: approx Purple Heart. HEX triplet: 70, 2E and BA. RGB value is (112,46,186). Sum of RGB (Red+Green+Blue) = 112+46+186=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #702EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EBA is #8FD145. Grayscale: #515151. Windows color (decimal): -9425222 or 12201584. OLE color: 12201584.

HSL color Cylindrical-coordinate representation of color #702EBA: hue angle of 268.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702EBA is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11246186-
CMYK0.400.7500.27
HSL268.29º60.34%45.49%-
HSV(B)268.29º75.27%72.94%-
XYZ16.528.9447.31-
YUV81.69186.87149.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 46 (18.36% from 255) = 13.37%
BLUE value IS 186 (73.05% from 255) = 54.07%
R=32.56%
G=13.37%
B=54.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112461860.400.7500.27268.2960.3445.49
Hex702EBA284B01B10c3c2d
Octal16056272501130334147455
Binary1110000101110101110101010001001011011011100001100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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