#7A44CB

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

Shades of Purple Heart #7A44CB

Tints of Purple Heart #7A44CB

Color information

#7A44CB (or 0x7A44CB) is unknown color: approx Purple Heart. HEX triplet: 7A, 44 and CB. RGB value is (122,68,203). Sum of RGB (Red+Green+Blue) = 122+68+203=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A44CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A44CB is #85BB34. Grayscale: #636363. Windows color (decimal): -8764213 or 13321338. OLE color: 13321338.

HSL color Cylindrical-coordinate representation of color #7A44CB: hue angle of 264º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A44CB is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12268203-
CMYK0.400.6700.20
HSL264º56.49%53.14%-
HSV(B)264º66.5%79.61%-
XYZ20.8712.5857.83-
YUV99.54186.39144.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 68 (26.95% from 255) = 17.30%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=31.04%
G=17.30%
B=51.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122682030.400.6700.2026456.4953.14
Hex7A44CB28430141083835
Octal172104313501030244107065
Binary11110101000100110010111010001000011010100100001000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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