#7A22BD

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

Shades of Purple Heart #7A22BD

Tints of Purple Heart #7A22BD

Color information

#7A22BD (or 0x7A22BD) is unknown color: approx Purple Heart. HEX triplet: 7A, 22 and BD. RGB value is (122,34,189). Sum of RGB (Red+Green+Blue) = 122+34+189=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A22BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A22BD is #85DD42. Grayscale: #4D4D4D. Windows color (decimal): -8772931 or 12395130. OLE color: 12395130.

HSL color Cylindrical-coordinate representation of color #7A22BD: hue angle of 274.06º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A22BD is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12234189-
CMYK0.350.8200.26
HSL274.06º69.51%43.73%-
HSV(B)274.06º82.01%74.12%-
XYZ17.788.9648.94-
YUV77.98190.65159.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 34 (13.67% from 255) = 9.86%
BLUE value IS 189 (74.22% from 255) = 54.78%
R=35.36%
G=9.86%
B=54.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122341890.350.8200.26274.0669.5143.73
Hex7A22BD235201A112462c
Octal172422754312203242210654
Binary11110101000101011110110001110100100110101000100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A22BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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