#7442BC

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

Shades of Purple Heart #7442BC

Tints of Purple Heart #7442BC

Color information

#7442BC (or 0x7442BC) is unknown color: approx Purple Heart. HEX triplet: 74, 42 and BC. RGB value is (116,66,188). Sum of RGB (Red+Green+Blue) = 116+66+188=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #7442BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7442BC is #8BBD43. Grayscale: #5E5E5E. Windows color (decimal): -9157956 or 12337780. OLE color: 12337780.

HSL color Cylindrical-coordinate representation of color #7442BC: hue angle of 264.59º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7442BC is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11666188-
CMYK0.380.6500.26
HSL264.59º48.03%49.8%-
HSV(B)264.59º64.89%73.73%-
XYZ18.2311.2448.79-
YUV94.86180.56143.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=31.35%
G=17.84%
B=50.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116661880.380.6500.26264.5948.0349.8
Hex7442BC264101A1093032
Octal164102274461010324116062
Binary11101001000010101111001001101000001011010100001001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7442BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7442BC; }

 p { color: rgb(116,66,188); }

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

<style>
 a { background-color: #7442BC; }

 a { background-color: rgb(116,66,188); }

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

<style>
 span { border-color: #7442BC; }

 span { border-color: rgb(116,66,188); }

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