#7238C7

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

Shades of Purple Heart #7238C7

Tints of Purple Heart #7238C7

Color information

#7238C7 (or 0x7238C7) is unknown color: approx Purple Heart. HEX triplet: 72, 38 and C7. RGB value is (114,56,199). Sum of RGB (Red+Green+Blue) = 114+56+199=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #7238C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7238C7 is #8DC738. Grayscale: #595959. Windows color (decimal): -9291577 or 13056114. OLE color: 13056114.

HSL color Cylindrical-coordinate representation of color #7238C7: hue angle of 264.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7238C7 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11456199-
CMYK0.430.7200.22
HSL264.34º56.08%50%-
HSV(B)264.34º71.86%78.04%-
XYZ18.6610.5355.08-
YUV89.64189.72145.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 56 (22.27% from 255) = 15.18%
BLUE value IS 199 (78.12% from 255) = 53.93%
R=30.89%
G=15.18%
B=53.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114561990.430.7200.22264.3456.0850
Hex7238C72B480161083832
Octal16270307531100264107062
Binary1110010111000110001111010111001000010110100001000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7238C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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