#7223BC

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

Shades of Purple Heart #7223BC

Tints of Purple Heart #7223BC

Color information

#7223BC (or 0x7223BC) is unknown color: approx Purple Heart. HEX triplet: 72, 23 and BC. RGB value is (114,35,188). Sum of RGB (Red+Green+Blue) = 114+35+188=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #7223BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7223BC is #8DDC43. Grayscale: #4B4B4B. Windows color (decimal): -9296964 or 12329842. OLE color: 12329842.

HSL color Cylindrical-coordinate representation of color #7223BC: hue angle of 270.98º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7223BC is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11435188-
CMYK0.390.8100.26
HSL270.98º68.61%43.73%-
HSV(B)270.98º81.38%73.73%-
XYZ16.628.4148.32-
YUV76.06191.17155.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=33.83%
G=10.39%
B=55.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114351880.390.8100.26270.9868.6143.73
Hex7223BC275101A10f452c
Octal162432744712103241710554
Binary11100101000111011110010011110100010110101000011111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7223BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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