#7238D1

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

Shades of Purple Heart #7238D1

Tints of Purple Heart #7238D1

Color information

#7238D1 (or 0x7238D1) is unknown color: approx Purple Heart. HEX triplet: 72, 38 and D1. RGB value is (114,56,209). Sum of RGB (Red+Green+Blue) = 114+56+209=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #7238D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7238D1 is #8DC72E. Grayscale: #5A5A5A. Windows color (decimal): -9291567 or 13711474. OLE color: 13711474.

HSL color Cylindrical-coordinate representation of color #7238D1: hue angle of 262.75º 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 #7238D1 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11456209-
CMYK0.450.7300.18
HSL262.75º62.45%51.96%-
HSV(B)262.75º73.21%81.96%-
XYZ19.8611.0161.4-
YUV90.78194.72144.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 209 (82.03% from 255) = 55.15%
R=30.08%
G=14.78%
B=55.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114562090.450.7300.18262.7562.4551.96
Hex7238D12D490121073e34
Octal16270321551110224077664
Binary1110010111000110100011011011001001010010100000111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7238D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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