#7A30BB

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

Shades of Purple Heart #7A30BB

Tints of Purple Heart #7A30BB

Color information

#7A30BB (or 0x7A30BB) is unknown color: approx Purple Heart. HEX triplet: 7A, 30 and BB. RGB value is (122,48,187). Sum of RGB (Red+Green+Blue) = 122+48+187=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A30BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A30BB is #85CF44. Grayscale: #555555. Windows color (decimal): -8769349 or 12267642. OLE color: 12267642.

HSL color Cylindrical-coordinate representation of color #7A30BB: hue angle of 271.94º 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 #7A30BB is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12248187-
CMYK0.350.7400.27
HSL271.94º59.15%46.08%-
HSV(B)271.94º74.33%73.33%-
XYZ18.059.8447.96-
YUV85.97185.02153.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=34.17%
G=13.45%
B=52.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122481870.350.7400.27271.9459.1546.08
Hex7A30BB234A01B1103b2e
Octal17260273431120334207356
Binary1111010110000101110111000111001010011011100010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A30BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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