#7421BD

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

Shades of Purple Heart #7421BD

Tints of Purple Heart #7421BD

Color information

#7421BD (or 0x7421BD) is unknown color: approx Purple Heart. HEX triplet: 74, 21 and BD. RGB value is (116,33,189). Sum of RGB (Red+Green+Blue) = 116+33+189=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #7421BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7421BD is #8BDE42. Grayscale: #4B4B4B. Windows color (decimal): -9166403 or 12394868. OLE color: 12394868.

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

Color convert

RGB11633189-
CMYK0.390.8300.26
HSL271.92º70.27%43.53%-
HSV(B)271.92º82.54%74.12%-
XYZ16.938.4748.89-
YUV75.6192156.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 189 (74.22% from 255) = 55.92%
R=34.32%
G=9.76%
B=55.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116331890.390.8300.26271.9270.2743.53
Hex7421BD275301A110462c
Octal164412754712303242010654
Binary11101001000011011110110011110100110110101000100001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7421BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7421BD; }

 p { color: rgb(116,33,189); }

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

<style>
 a { background-color: #7421BD; }

 a { background-color: rgb(116,33,189); }

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

<style>
 span { border-color: #7421BD; }

 span { border-color: rgb(116,33,189); }

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