#7625b4

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

Shades of Purple Heart #7625B4

Tints of Purple Heart #7625B4

Color information

#7625B4 (or 0x7625B4) is unknown color: approx Purple Heart. HEX triplet: 76, 25 and B4. RGB value is (118,37,180). Sum of RGB (Red+Green+Blue) = 118+37+180=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #7625B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7625B4 is #89DA4B. Grayscale: #4D4D4D. Windows color (decimal): -9034316 or 11806070. OLE color: 11806070.

HSL color Cylindrical-coordinate representation of color #7625B4: hue angle of 273.99º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7625B4 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11837180-
CMYK0.340.7900.29
HSL273.99º65.9%42.55%-
HSV(B)273.99º79.44%70.59%-
XYZ16.378.4743.95-
YUV77.52185.84156.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 37 (14.84% from 255) = 11.04%
BLUE value IS 180 (70.70% from 255) = 53.73%
R=35.22%
G=11.04%
B=53.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118371800.340.7900.29273.9965.942.55
Hex7625B4224F01D112422b
Octal166452644211703542210253
Binary11101101001011011010010001010011110111011000100101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7625b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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