#7621B6

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

Shades of Purple Heart #7621B6

Tints of Purple Heart #7621B6

Color information

#7621B6 (or 0x7621B6) is unknown color: approx Purple Heart. HEX triplet: 76, 21 and B6. RGB value is (118,33,182). Sum of RGB (Red+Green+Blue) = 118+33+182=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #7621B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7621B6 is #89DE49. Grayscale: #4A4A4A. Windows color (decimal): -9035338 or 11936118. OLE color: 11936118.

HSL color Cylindrical-coordinate representation of color #7621B6: hue angle of 274.23º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7621B6 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11833182-
CMYK0.350.8200.29
HSL274.23º69.3%42.16%-
HSV(B)274.23º81.87%71.37%-
XYZ16.468.3244.99-
YUV75.4188.16158.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 182 (71.48% from 255) = 54.65%
R=35.44%
G=9.91%
B=54.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118331820.350.8200.29274.2369.342.16
Hex7621B6235201D112452a
Octal166412664312203542210552
Binary11101101000011011011010001110100100111011000100101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7621B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7621B6; }

 p { color: rgb(118,33,182); }

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

<style>
 a { background-color: #7621B6; }

 a { background-color: rgb(118,33,182); }

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

<style>
 span { border-color: #7621B6; }

 span { border-color: rgb(118,33,182); }

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