#7930CD

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

Shades of Purple Heart #7930CD

Tints of Purple Heart #7930CD

Color information

#7930CD (or 0x7930CD) is unknown color: approx Purple Heart. HEX triplet: 79, 30 and CD. RGB value is (121,48,205). Sum of RGB (Red+Green+Blue) = 121+48+205=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #7930CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7930CD is #86CF32. Grayscale: #575757. Windows color (decimal): -8834867 or 13447289. OLE color: 13447289.

HSL color Cylindrical-coordinate representation of color #7930CD: hue angle of 267.9º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7930CD is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12148205-
CMYK0.410.7700.20
HSL267.9º62.06%49.61%-
HSV(B)267.9º76.59%80.39%-
XYZ19.9610.5958.75-
YUV87.72194.18151.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 48 (19.14% from 255) = 12.83%
BLUE value IS 205 (80.47% from 255) = 54.81%
R=32.35%
G=12.83%
B=54.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121482050.410.7700.20267.962.0649.61
Hex7930CD294D01410c3e32
Octal17160315511150244147662
Binary1111001110000110011011010011001101010100100001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7930CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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