#7742BE

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

Shades of Purple Heart #7742BE

Tints of Purple Heart #7742BE

Color information

#7742BE (or 0x7742BE) is unknown color: approx Purple Heart. HEX triplet: 77, 42 and BE. RGB value is (119,66,190). Sum of RGB (Red+Green+Blue) = 119+66+190=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #7742BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7742BE is #88BD41. Grayscale: #5F5F5F. Windows color (decimal): -8961346 or 12468855. OLE color: 12468855.

HSL color Cylindrical-coordinate representation of color #7742BE: hue angle of 265.65º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7742BE is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11966190-
CMYK0.370.6500.25
HSL265.65º48.82%50.2%-
HSV(B)265.65º65.26%74.51%-
XYZ18.8511.5449.95-
YUV95.98181.06144.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=31.73%
G=17.6%
B=50.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119661900.370.6500.25265.6548.8250.2
Hex7742BE254101910a3132
Octal167102276451010314126162
Binary11101111000010101111101001011000001011001100001010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7742BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7742BE; }

 p { color: rgb(119,66,190); }

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

<style>
 a { background-color: #7742BE; }

 a { background-color: rgb(119,66,190); }

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

<style>
 span { border-color: #7742BE; }

 span { border-color: rgb(119,66,190); }

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