#7922CB

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

Shades of Purple Heart #7922CB

Tints of Purple Heart #7922CB

Color information

#7922CB (or 0x7922CB) is unknown color: approx Purple Heart. HEX triplet: 79, 22 and CB. RGB value is (121,34,203). Sum of RGB (Red+Green+Blue) = 121+34+203=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #7922CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7922CB is #86DD34. Grayscale: #4E4E4E. Windows color (decimal): -8838453 or 13312633. OLE color: 13312633.

HSL color Cylindrical-coordinate representation of color #7922CB: hue angle of 270.89º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7922CB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12134203-
CMYK0.400.8300.20
HSL270.89º71.31%46.47%-
HSV(B)270.89º83.25%79.61%-
XYZ19.249.5257.32-
YUV79.28197.82157.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 34 (13.67% from 255) = 9.50%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=33.80%
G=9.50%
B=56.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121342030.400.8300.20270.8971.3146.47
Hex7922CB285301410f472e
Octal171423135012302441710756
Binary11110011000101100101110100010100110101001000011111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7922CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,34,203); }

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

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

 a { background-color: rgb(121,34,203); }

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

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

 span { border-color: rgb(121,34,203); }

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