#7630BF

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

Shades of Purple Heart #7630BF

Tints of Purple Heart #7630BF

Color information

#7630BF (or 0x7630BF) is unknown color: approx Purple Heart. HEX triplet: 76, 30 and BF. RGB value is (118,48,191). Sum of RGB (Red+Green+Blue) = 118+48+191=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #7630BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7630BF is #89CF40. Grayscale: #545454. Windows color (decimal): -9031489 or 12529782. OLE color: 12529782.

HSL color Cylindrical-coordinate representation of color #7630BF: hue angle of 269.37º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7630BF is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11848191-
CMYK0.380.7500.25
HSL269.37º59.83%46.86%-
HSV(B)269.37º74.87%74.9%-
XYZ17.939.7350.22-
YUV85.23187.69151.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 191 (75% from 255) = 53.50%
R=33.05%
G=13.45%
B=53.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118481910.380.7500.25269.3759.8346.86
Hex7630BF264B01910d3c2f
Octal16660277461130314157457
Binary1110110110000101111111001101001011011001100001101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7630BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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