#7613CB

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

Shades of Purple Heart #7613CB

Tints of Purple Heart #7613CB

Color information

#7613CB (or 0x7613CB) is unknown color: approx Purple Heart. HEX triplet: 76, 13 and CB. RGB value is (118,19,203). Sum of RGB (Red+Green+Blue) = 118+19+203=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #7613CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7613CB is #89EC34. Grayscale: #444444. Windows color (decimal): -9038901 or 13308790. OLE color: 13308790.

HSL color Cylindrical-coordinate representation of color #7613CB: hue angle of 272.28º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7613CB is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11819203-
CMYK0.420.9100.20
HSL272.28º82.88%43.53%-
HSV(B)272.28º90.64%79.61%-
XYZ18.488.6357.19-
YUV69.58203.3162.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 19 (7.81% from 255) = 5.59%
BLUE value IS 203 (79.69% from 255) = 59.71%
R=34.71%
G=5.59%
B=59.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118192030.420.9100.20272.2882.8843.53
Hex7613CB2A5B014110532c
Octal166233135213302442012354
Binary1110110100111100101110101010110110101001000100001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7613CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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