#7630BB

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

Shades of Purple Heart #7630BB

Tints of Purple Heart #7630BB

Color information

#7630BB (or 0x7630BB) is unknown color: approx Purple Heart. HEX triplet: 76, 30 and BB. RGB value is (118,48,187). Sum of RGB (Red+Green+Blue) = 118+48+187=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #7630BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7630BB is #89CF44. Grayscale: #545454. Windows color (decimal): -9031493 or 12267638. OLE color: 12267638.

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

Color convert

RGB11848187-
CMYK0.370.7400.27
HSL270.22º59.15%46.08%-
HSV(B)270.22º74.33%73.33%-
XYZ17.59.5547.94-
YUV84.78185.69151.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 48 (19.14% from 255) = 13.60%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=33.43%
G=13.60%
B=52.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118481870.370.7400.27270.2259.1546.08
Hex7630BB254A01B10e3b2e
Octal16660273451120334167356
Binary1110110110000101110111001011001010011011100001110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7630BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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