#7226CB

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

Shades of Purple Heart #7226CB

Tints of Purple Heart #7226CB

Color information

#7226CB (or 0x7226CB) is unknown color: approx Purple Heart. HEX triplet: 72, 26 and CB. RGB value is (114,38,203). Sum of RGB (Red+Green+Blue) = 114+38+203=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #7226CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7226CB is #8DD934. Grayscale: #4E4E4E. Windows color (decimal): -9296181 or 13313650. OLE color: 13313650.

HSL color Cylindrical-coordinate representation of color #7226CB: hue angle of 267.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7226CB is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11438203-
CMYK0.440.8100.20
HSL267.64º68.46%47.25%-
HSV(B)267.64º81.28%79.61%-
XYZ18.419.2857.32-
YUV79.53197.68152.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 38 (15.23% from 255) = 10.70%
BLUE value IS 203 (79.69% from 255) = 57.18%
R=32.11%
G=10.70%
B=57.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114382030.440.8100.20267.6468.4647.25
Hex7226CB2C5101410c442f
Octal162463135412102441410457
Binary11100101001101100101110110010100010101001000011001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7226CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7226CB; }

 p { color: rgb(114,38,203); }

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

<style>
 a { background-color: #7226CB; }

 a { background-color: rgb(114,38,203); }

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

<style>
 span { border-color: #7226CB; }

 span { border-color: rgb(114,38,203); }

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