#7617C1

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

Shades of Purple Heart #7617C1

Tints of Purple Heart #7617C1

Color information

#7617C1 (or 0x7617C1) is unknown color: approx Purple Heart. HEX triplet: 76, 17 and C1. RGB value is (118,23,193). Sum of RGB (Red+Green+Blue) = 118+23+193=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #7617C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7617C1 is #89E83E. Grayscale: #464646. Windows color (decimal): -9037887 or 12654454. OLE color: 12654454.

HSL color Cylindrical-coordinate representation of color #7617C1: hue angle of 273.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7617C1 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11823193-
CMYK0.390.8800.24
HSL273.53º78.7%42.35%-
HSV(B)273.53º88.08%75.69%-
XYZ17.48.3151.14-
YUV70.78196.97161.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 23 (9.38% from 255) = 6.89%
BLUE value IS 193 (75.78% from 255) = 57.78%
R=35.33%
G=6.89%
B=57.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118231930.390.8800.24273.5378.742.35
Hex7617C127580181124f2a
Octal166273014713003042211752
Binary1110110101111100000110011110110000110001000100101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7617C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7617C1; }

 p { color: rgb(118,23,193); }

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

<style>
 a { background-color: #7617C1; }

 a { background-color: rgb(118,23,193); }

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

<style>
 span { border-color: #7617C1; }

 span { border-color: rgb(118,23,193); }

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