#702EBE

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

Shades of Purple Heart #702EBE

Tints of Purple Heart #702EBE

Color information

#702EBE (or 0x702EBE) is unknown color: approx Purple Heart. HEX triplet: 70, 2E and BE. RGB value is (112,46,190). Sum of RGB (Red+Green+Blue) = 112+46+190=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #702EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EBE is #8FD141. Grayscale: #515151. Windows color (decimal): -9425218 or 12463728. OLE color: 12463728.

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

Color convert

RGB11246190-
CMYK0.410.7600.25
HSL267.5º61.02%46.27%-
HSV(B)267.5º75.79%74.51%-
XYZ16.959.1249.58-
YUV82.15188.87149.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 46 (18.36% from 255) = 13.22%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=32.18%
G=13.22%
B=54.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112461900.410.7600.25267.561.0246.27
Hex702EBE294C01910c3d2e
Octal16056276511140314147556
Binary1110000101110101111101010011001100011001100001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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