#7938BC

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

Shades of Purple Heart #7938BC

Tints of Purple Heart #7938BC

Color information

#7938BC (or 0x7938BC) is unknown color: approx Purple Heart. HEX triplet: 79, 38 and BC. RGB value is (121,56,188). Sum of RGB (Red+Green+Blue) = 121+56+188=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #7938BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7938BC is #86C743. Grayscale: #5A5A5A. Windows color (decimal): -8832836 or 12335225. OLE color: 12335225.

HSL color Cylindrical-coordinate representation of color #7938BC: hue angle of 269.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7938BC is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12156188-
CMYK0.360.7000.26
HSL269.55º54.1%47.84%-
HSV(B)269.55º70.21%73.73%-
XYZ18.3810.5248.64-
YUV90.48183.03149.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.15%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 188 (73.83% from 255) = 51.51%
R=33.15%
G=15.34%
B=51.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121561880.360.7000.26269.5554.147.84
Hex7938BC244601A10e3630
Octal17170274441060324166660
Binary1111001111000101111001001001000110011010100001110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7938BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7938BC; }

 p { color: rgb(121,56,188); }

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

<style>
 a { background-color: #7938BC; }

 a { background-color: rgb(121,56,188); }

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

<style>
 span { border-color: #7938BC; }

 span { border-color: rgb(121,56,188); }

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