#7739CC

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

Shades of Purple Heart #7739CC

Tints of Purple Heart #7739CC

Color information

#7739CC (or 0x7739CC) is unknown color: approx Purple Heart. HEX triplet: 77, 39 and CC. RGB value is (119,57,204). Sum of RGB (Red+Green+Blue) = 119+57+204=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #7739CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7739CC is #88C633. Grayscale: #5B5B5B. Windows color (decimal): -8963636 or 13384055. OLE color: 13384055.

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

Color convert

RGB11957204-
CMYK0.420.7200.2
HSL265.31º59.04%51.18%-
HSV(B)265.31º72.06%80%-
XYZ19.9711.2158.24-
YUV92.3191.04147.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 57 (22.66% from 255) = 15%
BLUE value IS 204 (80.08% from 255) = 53.68%
R=31.32%
G=15%
B=53.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal119572040.420.7200.2265.3159.0451.18
Hex7739CC2A480141093b33
Octal16771314521100244117363
Binary1110111111001110011001010101001000010100100001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7739CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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