#7937CD

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

Shades of Purple Heart #7937CD

Tints of Purple Heart #7937CD

Color information

#7937CD (or 0x7937CD) is unknown color: approx Purple Heart. HEX triplet: 79, 37 and CD. RGB value is (121,55,205). Sum of RGB (Red+Green+Blue) = 121+55+205=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #7937CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7937CD is #86C832. Grayscale: #5B5B5B. Windows color (decimal): -8833075 or 13449081. OLE color: 13449081.

HSL color Cylindrical-coordinate representation of color #7937CD: hue angle of 266.4º degrees, saturation: 0.6, 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 #7937CD is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12155205-
CMYK0.410.7300.20
HSL266.4º60%50.98%-
HSV(B)266.4º73.17%80.39%-
XYZ20.2711.2158.85-
YUV91.83191.87148.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 55 (21.88% from 255) = 14.44%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=31.76%
G=14.44%
B=53.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121552050.410.7300.20266.46050.98
Hex7937CD294901410a3c33
Octal17167315511110244127463
Binary1111001110111110011011010011001001010100100001010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7937CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7937CD; }

 p { color: rgb(121,55,205); }

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

<style>
 a { background-color: #7937CD; }

 a { background-color: rgb(121,55,205); }

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

<style>
 span { border-color: #7937CD; }

 span { border-color: rgb(121,55,205); }

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