#7625BA

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

Shades of Purple Heart #7625BA

Tints of Purple Heart #7625BA

Color information

#7625BA (or 0x7625BA) is unknown color: approx Purple Heart. HEX triplet: 76, 25 and BA. RGB value is (118,37,186). Sum of RGB (Red+Green+Blue) = 118+37+186=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #7625BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7625BA is #89DA45. Grayscale: #4D4D4D. Windows color (decimal): -9034310 or 12199286. OLE color: 12199286.

HSL color Cylindrical-coordinate representation of color #7625BA: hue angle of 272.62º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7625BA is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11837186-
CMYK0.370.8000.27
HSL272.62º66.82%43.73%-
HSV(B)272.62º80.11%72.94%-
XYZ178.7247.24-
YUV78.2188.84156.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 37 (14.84% from 255) = 10.85%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=34.60%
G=10.85%
B=54.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118371860.370.8000.27272.6266.8243.73
Hex7625BA255001B111432c
Octal166452724512003342110354
Binary11101101001011011101010010110100000110111000100011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7625BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7625BA; }

 p { color: rgb(118,37,186); }

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

<style>
 a { background-color: #7625BA; }

 a { background-color: rgb(118,37,186); }

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

<style>
 span { border-color: #7625BA; }

 span { border-color: rgb(118,37,186); }

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