#7a30bf

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

Shades of Purple Heart #7A30BF

Tints of Purple Heart #7A30BF

Color information

#7A30BF (or 0x7A30BF) is unknown color: approx Purple Heart. HEX triplet: 7A, 30 and BF. RGB value is (122,48,191). Sum of RGB (Red+Green+Blue) = 122+48+191=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A30BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A30BF is #85CF40. Grayscale: #555555. Windows color (decimal): -8769345 or 12529786. OLE color: 12529786.

HSL color Cylindrical-coordinate representation of color #7A30BF: hue angle of 271.05º 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 #7A30BF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12248191-
CMYK0.360.7500.25
HSL271.05º59.83%46.86%-
HSV(B)271.05º74.87%74.9%-
XYZ18.4910.0150.25-
YUV86.43187.02153.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 48 (19.14% from 255) = 13.30%
BLUE value IS 191 (75% from 255) = 52.91%
R=33.80%
G=13.30%
B=52.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122481910.360.7500.25271.0559.8346.86
Hex7A30BF244B01910f3c2f
Octal17260277441130314177457
Binary1111010110000101111111001001001011011001100001111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a30bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7a30bf; }

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

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

<style>
 a { background-color: #7a30bf; }

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

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

<style>
 span { border-color: #7a30bf; }

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

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