#7026D7

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

Shades of Purple Heart #7026D7

Tints of Purple Heart #7026D7

Color information

#7026D7 (or 0x7026D7) is unknown color: approx Purple Heart. HEX triplet: 70, 26 and D7. RGB value is (112,38,215). Sum of RGB (Red+Green+Blue) = 112+38+215=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #7026D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7026D7 is #8FD928. Grayscale: #4F4F4F. Windows color (decimal): -9427241 or 14100080. OLE color: 14100080.

HSL color Cylindrical-coordinate representation of color #7026D7: hue angle of 265.08º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7026D7 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11238215-
CMYK0.480.8200.16
HSL265.08º69.96%49.61%-
HSV(B)265.08º82.33%84.31%-
XYZ19.649.7465.13-
YUV80.3204.02150.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 38 (15.23% from 255) = 10.41%
BLUE value IS 215 (84.38% from 255) = 58.90%
R=30.68%
G=10.41%
B=58.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112382150.480.8200.16265.0869.9649.61
Hex7026D730520101094632
Octal160463276012202041110662
Binary11100001001101101011111000010100100100001000010011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7026D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7026D7; }

 p { color: rgb(112,38,215); }

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

<style>
 a { background-color: #7026D7; }

 a { background-color: rgb(112,38,215); }

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

<style>
 span { border-color: #7026D7; }

 span { border-color: rgb(112,38,215); }

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