#7621BB

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

Shades of Purple Heart #7621BB

Tints of Purple Heart #7621BB

Color information

#7621BB (or 0x7621BB) is unknown color: approx Purple Heart. HEX triplet: 76, 21 and BB. RGB value is (118,33,187). Sum of RGB (Red+Green+Blue) = 118+33+187=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #7621BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7621BB is #89DE44. Grayscale: #4B4B4B. Windows color (decimal): -9035333 or 12263798. OLE color: 12263798.

HSL color Cylindrical-coordinate representation of color #7621BB: hue angle of 273.12º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7621BB is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11833187-
CMYK0.370.8200.27
HSL273.12º70%43.14%-
HSV(B)273.12º82.35%73.33%-
XYZ16.988.5347.76-
YUV75.97190.66157.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 187 (73.44% from 255) = 55.33%
R=34.91%
G=9.76%
B=55.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118331870.370.8200.27273.127043.14
Hex7621BB255201B111462b
Octal166412734512203342110653
Binary11101101000011011101110010110100100110111000100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7621BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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