#7730BF

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

Shades of Purple Heart #7730BF

Tints of Purple Heart #7730BF

Color information

#7730BF (or 0x7730BF) is unknown color: approx Purple Heart. HEX triplet: 77, 30 and BF. RGB value is (119,48,191). Sum of RGB (Red+Green+Blue) = 119+48+191=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #7730BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730BF is #88CF40. Grayscale: #555555. Windows color (decimal): -8965953 or 12529783. OLE color: 12529783.

HSL color Cylindrical-coordinate representation of color #7730BF: hue angle of 269.79º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7730BF is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11948191-
CMYK0.380.7500.25
HSL269.79º59.83%46.86%-
HSV(B)269.79º74.87%74.9%-
XYZ18.079.850.23-
YUV85.53187.52151.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 48 (19.14% from 255) = 13.41%
BLUE value IS 191 (75% from 255) = 53.35%
R=33.24%
G=13.41%
B=53.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119481910.380.7500.25269.7959.8346.86
Hex7730BF264B01910e3c2f
Octal16760277461130314167457
Binary1110111110000101111111001101001011011001100001110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7730BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7730BF; }

 p { color: rgb(119,48,191); }

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

<style>
 a { background-color: #7730BF; }

 a { background-color: rgb(119,48,191); }

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

<style>
 span { border-color: #7730BF; }

 span { border-color: rgb(119,48,191); }

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