#7230d8

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

Shades of Purple Heart #7230D8

Tints of Purple Heart #7230D8

Color information

#7230D8 (or 0x7230D8) is unknown color: approx Purple Heart. HEX triplet: 72, 30 and D8. RGB value is (114,48,216). Sum of RGB (Red+Green+Blue) = 114+48+216=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #7230D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7230D8 is #8DCF27. Grayscale: #565656. Windows color (decimal): -9293608 or 14168178. OLE color: 14168178.

HSL color Cylindrical-coordinate representation of color #7230D8: hue angle of 263.57º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7230D8 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11448216-
CMYK0.470.7800.15
HSL263.57º68.29%51.76%-
HSV(B)263.57º77.78%84.71%-
XYZ20.3910.6565.95-
YUV86.89200.87147.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 48 (19.14% from 255) = 12.70%
BLUE value IS 216 (84.77% from 255) = 57.14%
R=30.16%
G=12.70%
B=57.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal114482160.470.7800.15263.5768.2951.76
Hex7230D82F4E0F1084434
Octal162603305711601741010464
Binary1110010110000110110001011111001110011111000010001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7230d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7230d8; }

 p { color: rgb(114,48,216); }

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

<style>
 a { background-color: #7230d8; }

 a { background-color: rgb(114,48,216); }

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

<style>
 span { border-color: #7230d8; }

 span { border-color: rgb(114,48,216); }

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