#7a40bd

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

Shades of Purple Heart #7A40BD

Tints of Purple Heart #7A40BD

Color information

#7A40BD (or 0x7A40BD) is unknown color: approx Purple Heart. HEX triplet: 7A, 40 and BD. RGB value is (122,64,189). Sum of RGB (Red+Green+Blue) = 122+64+189=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A40BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A40BD is #85BF42. Grayscale: #5F5F5F. Windows color (decimal): -8765251 or 12402810. OLE color: 12402810.

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

Color convert

RGB12264189-
CMYK0.350.6600.26
HSL267.84º49.41%49.61%-
HSV(B)267.84º66.14%74.12%-
XYZ19.0411.4849.36-
YUV95.59180.72146.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.53%
GREEN value IS 64 (25.39% from 255) = 17.07%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=32.53%
G=17.07%
B=50.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122641890.350.6600.26267.8449.4149.61
Hex7A40BD234201A10c3132
Octal172100275431020324146162
Binary11110101000000101111011000111000010011010100001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a40bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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