#7417BC

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

Shades of Purple Heart #7417BC

Tints of Purple Heart #7417BC

Color information

#7417BC (or 0x7417BC) is unknown color: approx Purple Heart. HEX triplet: 74, 17 and BC. RGB value is (116,23,188). Sum of RGB (Red+Green+Blue) = 116+23+188=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #7417BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7417BC is #8BE843. Grayscale: #454545. Windows color (decimal): -9168964 or 12326772. OLE color: 12326772.

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

Color convert

RGB11623188-
CMYK0.380.8800.26
HSL273.82º78.2%41.37%-
HSV(B)273.82º87.77%73.73%-
XYZ16.597.9648.24-
YUV69.62194.81161.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 23 (9.38% from 255) = 7.03%
BLUE value IS 188 (73.83% from 255) = 57.49%
R=35.47%
G=7.03%
B=57.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116231880.380.8800.26273.8278.241.37
Hex7417BC265801A1124e29
Octal164272744613003242211651
Binary1110100101111011110010011010110000110101000100101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7417BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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