#7A21B1

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

Shades of Purple Heart #7A21B1

Tints of Purple Heart #7A21B1

Color information

#7A21B1 (or 0x7A21B1) is unknown color: approx Purple Heart. HEX triplet: 7A, 21 and B1. RGB value is (122,33,177). Sum of RGB (Red+Green+Blue) = 122+33+177=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A21B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A21B1 is #85DE4E. Grayscale: #4B4B4B. Windows color (decimal): -8773199 or 11608442. OLE color: 11608442.

HSL color Cylindrical-coordinate representation of color #7A21B1: hue angle of 277.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A21B1 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12233177-
CMYK0.310.8100.31
HSL277.08º68.57%41.18%-
HSV(B)277.08º81.36%69.41%-
XYZ16.518.442.35-
YUV76.03184.99160.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 33 (13.28% from 255) = 9.94%
BLUE value IS 177 (69.53% from 255) = 53.31%
R=36.75%
G=9.94%
B=53.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122331770.310.8100.31277.0868.5741.18
Hex7A21B11F5101F1154529
Octal172412613712103742510551
Binary1111010100001101100011111110100010111111000101011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A21B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,33,177); }

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

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

 a { background-color: rgb(122,33,177); }

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

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

 span { border-color: rgb(122,33,177); }

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