#7038DD

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

Shades of Purple Heart #7038DD

Tints of Purple Heart #7038DD

Color information

#7038DD (or 0x7038DD) is unknown color: approx Purple Heart. HEX triplet: 70, 38 and DD. RGB value is (112,56,221). Sum of RGB (Red+Green+Blue) = 112+56+221=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #7038DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7038DD is #8FC722. Grayscale: #5A5A5A. Windows color (decimal): -9422627 or 14497904. OLE color: 14497904.

HSL color Cylindrical-coordinate representation of color #7038DD: hue angle of 260.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7038DD is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11256221-
CMYK0.490.7500.13
HSL260.36º70.82%54.31%-
HSV(B)260.36º74.66%86.67%-
XYZ21.1511.4969.51-
YUV91.55201.05142.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 56 (22.27% from 255) = 14.40%
BLUE value IS 221 (86.72% from 255) = 56.81%
R=28.79%
G=14.40%
B=56.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112562210.490.7500.13260.3670.8254.31
Hex7038DD314B0D1044736
Octal160703356111301540410766
Binary1110000111000110111011100011001011011011000001001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7038DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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