#7223BE

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

Shades of Purple Heart #7223BE

Tints of Purple Heart #7223BE

Color information

#7223BE (or 0x7223BE) is unknown color: approx Purple Heart. HEX triplet: 72, 23 and BE. RGB value is (114,35,190). Sum of RGB (Red+Green+Blue) = 114+35+190=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #7223BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7223BE is #8DDC41. Grayscale: #4B4B4B. Windows color (decimal): -9296962 or 12460914. OLE color: 12460914.

HSL color Cylindrical-coordinate representation of color #7223BE: hue angle of 270.58º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7223BE is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11435190-
CMYK0.400.8200.25
HSL270.58º68.89%44.12%-
HSV(B)270.58º81.58%74.51%-
XYZ16.838.549.47-
YUV76.29192.17154.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 35 (14.06% from 255) = 10.32%
BLUE value IS 190 (74.61% from 255) = 56.05%
R=33.63%
G=10.32%
B=56.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114351900.400.8200.25270.5868.8944.12
Hex7223BE285201910f452c
Octal162432765012203141710554
Binary11100101000111011111010100010100100110011000011111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7223BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7223BE; }

 p { color: rgb(114,35,190); }

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

<style>
 a { background-color: #7223BE; }

 a { background-color: rgb(114,35,190); }

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

<style>
 span { border-color: #7223BE; }

 span { border-color: rgb(114,35,190); }

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