#7739C1

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

Shades of Purple Heart #7739C1

Tints of Purple Heart #7739C1

Color information

#7739C1 (or 0x7739C1) is unknown color: approx Purple Heart. HEX triplet: 77, 39 and C1. RGB value is (119,57,193). Sum of RGB (Red+Green+Blue) = 119+57+193=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #7739C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7739C1 is #88C63E. Grayscale: #5A5A5A. Windows color (decimal): -8963647 or 12663159. OLE color: 12663159.

HSL color Cylindrical-coordinate representation of color #7739C1: hue angle of 267.35º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7739C1 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11957193-
CMYK0.380.7000.24
HSL267.35º54.4%49.02%-
HSV(B)267.35º70.47%75.69%-
XYZ18.710.751.53-
YUV91.04185.54147.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=32.25%
G=15.45%
B=52.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119571930.380.7000.24267.3554.449.02
Hex7739C1264601810b3631
Octal16771301461060304136661
Binary1110111111001110000011001101000110011000100001011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7739C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7739C1; }

 p { color: rgb(119,57,193); }

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

<style>
 a { background-color: #7739C1; }

 a { background-color: rgb(119,57,193); }

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

<style>
 span { border-color: #7739C1; }

 span { border-color: rgb(119,57,193); }

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