#7613B4

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

Shades of Purple Heart #7613B4

Tints of Purple Heart #7613B4

Color information

#7613B4 (or 0x7613B4) is unknown color: approx Purple Heart. HEX triplet: 76, 13 and B4. RGB value is (118,19,180). Sum of RGB (Red+Green+Blue) = 118+19+180=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #7613B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7613B4 is #89EC4B. Grayscale: #424242. Windows color (decimal): -9038924 or 11801462. OLE color: 11801462.

HSL color Cylindrical-coordinate representation of color #7613B4: hue angle of 276.89º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7613B4 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11819180-
CMYK0.340.8900.29
HSL276.89º80.9%39.02%-
HSV(B)276.89º89.44%70.59%-
XYZ15.947.6143.81-
YUV66.96191.8164.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 19 (7.81% from 255) = 5.99%
BLUE value IS 180 (70.70% from 255) = 56.78%
R=37.22%
G=5.99%
B=56.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118191800.340.8900.29276.8980.939.02
Hex7613B4225901D1155127
Octal166232644213103542512147
Binary1110110100111011010010001010110010111011000101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7613B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7613B4; }

 p { color: rgb(118,19,180); }

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

<style>
 a { background-color: #7613B4; }

 a { background-color: rgb(118,19,180); }

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

<style>
 span { border-color: #7613B4; }

 span { border-color: rgb(118,19,180); }

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