#7A37CC

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

Shades of Purple Heart #7A37CC

Tints of Purple Heart #7A37CC

Color information

#7A37CC (or 0x7A37CC) is unknown color: approx Purple Heart. HEX triplet: 7A, 37 and CC. RGB value is (122,55,204). Sum of RGB (Red+Green+Blue) = 122+55+204=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A37CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A37CC is #85C833. Grayscale: #5B5B5B. Windows color (decimal): -8767540 or 13383546. OLE color: 13383546.

HSL color Cylindrical-coordinate representation of color #7A37CC: hue angle of 266.98º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A37CC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12255204-
CMYK0.400.7300.2
HSL266.98º59.36%50.78%-
HSV(B)266.98º73.04%80%-
XYZ20.2911.2358.22-
YUV92.02191.2149.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 55 (21.88% from 255) = 14.44%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=32.02%
G=14.44%
B=53.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122552040.400.7300.2266.9859.3650.78
Hex7A37CC284901410b3b33
Octal17267314501110244137363
Binary1111010110111110011001010001001001010100100001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A37CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,55,204); }

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

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

 a { background-color: rgb(122,55,204); }

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

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

 span { border-color: rgb(122,55,204); }

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