#7038D1

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

Shades of Purple Heart #7038D1

Tints of Purple Heart #7038D1

Color information

#7038D1 (or 0x7038D1) is unknown color: approx Purple Heart. HEX triplet: 70, 38 and D1. RGB value is (112,56,209). Sum of RGB (Red+Green+Blue) = 112+56+209=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #7038D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7038D1 is #8FC72E. Grayscale: #595959. Windows color (decimal): -9422639 or 13711472. OLE color: 13711472.

HSL color Cylindrical-coordinate representation of color #7038D1: hue angle of 261.96º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7038D1 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11256209-
CMYK0.460.7300.18
HSL261.96º62.45%51.96%-
HSV(B)261.96º73.21%81.96%-
XYZ19.610.8861.39-
YUV90.19195.05143.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 56 (22.27% from 255) = 14.85%
BLUE value IS 209 (82.03% from 255) = 55.44%
R=29.71%
G=14.85%
B=55.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112562090.460.7300.18261.9662.4551.96
Hex7038D12E490121063e34
Octal16070321561110224067664
Binary1110000111000110100011011101001001010010100000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7038D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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