#7038D5

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

Shades of Purple Heart #7038D5

Tints of Purple Heart #7038D5

Color information

#7038D5 (or 0x7038D5) is unknown color: approx Purple Heart. HEX triplet: 70, 38 and D5. RGB value is (112,56,213). Sum of RGB (Red+Green+Blue) = 112+56+213=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #7038D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7038D5 is #8FC72A. Grayscale: #5A5A5A. Windows color (decimal): -9422635 or 13973616. OLE color: 13973616.

HSL color Cylindrical-coordinate representation of color #7038D5: hue angle of 261.4º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7038D5 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11256213-
CMYK0.470.7400.16
HSL261.4º65.15%52.75%-
HSV(B)261.4º73.71%83.53%-
XYZ20.1111.0864.03-
YUV90.64197.05143.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 56 (22.27% from 255) = 14.70%
BLUE value IS 213 (83.59% from 255) = 55.91%
R=29.40%
G=14.70%
B=55.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112562130.470.7400.16261.465.1552.75
Hex7038D52F4A0101054135
Octal160703255711202040510165
Binary11100001110001101010110111110010100100001000001011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7038D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7038D5; }

 p { color: rgb(112,56,213); }

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

<style>
 a { background-color: #7038D5; }

 a { background-color: rgb(112,56,213); }

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

<style>
 span { border-color: #7038D5; }

 span { border-color: rgb(112,56,213); }

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