#7A18B3

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

Shades of Purple Heart #7A18B3

Tints of Purple Heart #7A18B3

Color information

#7A18B3 (or 0x7A18B3) is unknown color: approx Purple Heart. HEX triplet: 7A, 18 and B3. RGB value is (122,24,179). Sum of RGB (Red+Green+Blue) = 122+24+179=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A18B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A18B3 is #85E74C. Grayscale: #464646. Windows color (decimal): -8775501 or 11737210. OLE color: 11737210.

HSL color Cylindrical-coordinate representation of color #7A18B3: hue angle of 277.94º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A18B3 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12224179-
CMYK0.320.8700.30
HSL277.94º76.35%39.8%-
HSV(B)277.94º86.59%70.2%-
XYZ16.498.0543.33-
YUV70.97188.97164.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 24 (9.77% from 255) = 7.38%
BLUE value IS 179 (70.31% from 255) = 55.08%
R=37.54%
G=7.38%
B=55.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal122241790.320.8700.30277.9476.3539.8
Hex7A18B3205701E1164c28
Octal172302634012703642611450
Binary1111010110001011001110000010101110111101000101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A18B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,24,179); }

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

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

 a { background-color: rgb(122,24,179); }

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

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

 span { border-color: rgb(122,24,179); }

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