#772FC4

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

Shades of Purple Heart #772FC4

Tints of Purple Heart #772FC4

Color information

#772FC4 (or 0x772FC4) is unknown color: approx Purple Heart. HEX triplet: 77, 2F and C4. RGB value is (119,47,196). Sum of RGB (Red+Green+Blue) = 119+47+196=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #772FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FC4 is #88D03B. Grayscale: #545454. Windows color (decimal): -8966204 or 12857207. OLE color: 12857207.

HSL color Cylindrical-coordinate representation of color #772FC4: hue angle of 268.99º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772FC4 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11947196-
CMYK0.390.7600.23
HSL268.99º61.32%47.65%-
HSV(B)268.99º76.02%76.86%-
XYZ18.599.9453.16-
YUV85.51190.35151.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.87%
GREEN value IS 47 (18.75% from 255) = 12.98%
BLUE value IS 196 (76.95% from 255) = 54.14%
R=32.87%
G=12.98%
B=54.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal119471960.390.7600.23268.9961.3247.65
Hex772FC4274C01710d3d30
Octal16757304471140274157560
Binary1110111101111110001001001111001100010111100001101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772FC4; }

 p { color: rgb(119,47,196); }

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

<style>
 a { background-color: #772FC4; }

 a { background-color: rgb(119,47,196); }

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

<style>
 span { border-color: #772FC4; }

 span { border-color: rgb(119,47,196); }

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