#7A22CB

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

Shades of Purple Heart #7A22CB

Tints of Purple Heart #7A22CB

Color information

#7A22CB (or 0x7A22CB) is unknown color: approx Purple Heart. HEX triplet: 7A, 22 and CB. RGB value is (122,34,203). Sum of RGB (Red+Green+Blue) = 122+34+203=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A22CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A22CB is #85DD34. Grayscale: #4E4E4E. Windows color (decimal): -8772917 or 13312634. OLE color: 13312634.

HSL color Cylindrical-coordinate representation of color #7A22CB: hue angle of 271.24º 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 #7A22CB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12234203-
CMYK0.400.8300.20
HSL271.24º71.31%46.47%-
HSV(B)271.24º83.25%79.61%-
XYZ19.389.5957.33-
YUV79.58197.65158.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 34 (13.67% from 255) = 9.47%
BLUE value IS 203 (79.69% from 255) = 56.55%
R=33.98%
G=9.47%
B=56.55%

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
Decimal122342030.400.8300.20271.2471.3146.47
Hex7A22CB285301410f472e
Octal172423135012302441710756
Binary11110101000101100101110100010100110101001000011111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A22CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A22CB; }

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

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

<style>
 a { background-color: #7A22CB; }

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

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

<style>
 span { border-color: #7A22CB; }

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

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