#7B18B3

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

Shades of Purple Heart #7B18B3

Tints of Purple Heart #7B18B3

Color information

#7B18B3 (or 0x7B18B3) is unknown color: approx Purple Heart. HEX triplet: 7B, 18 and B3. RGB value is (123,24,179). Sum of RGB (Red+Green+Blue) = 123+24+179=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B18B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B18B3 is #84E74C. Grayscale: #464646. Windows color (decimal): -8709965 or 11737211. OLE color: 11737211.

HSL color Cylindrical-coordinate representation of color #7B18B3: hue angle of 278.32º 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 #7B18B3 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12324179-
CMYK0.310.8700.30
HSL278.32º76.35%39.8%-
HSV(B)278.32º86.59%70.2%-
XYZ16.638.1243.34-
YUV71.27188.8164.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 24 (9.77% from 255) = 7.36%
BLUE value IS 179 (70.31% from 255) = 54.91%
R=37.73%
G=7.36%
B=54.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal123241790.310.8700.30278.3276.3539.8
Hex7B18B31F5701E1164c28
Octal173302633712703642611450
Binary111101111000101100111111110101110111101000101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B18B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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