#7123AB

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

Shades of Purple Heart #7123AB

Tints of Purple Heart #7123AB

Color information

#7123AB (or 0x7123AB) is unknown color: approx Purple Heart. HEX triplet: 71, 23 and AB. RGB value is (113,35,171). Sum of RGB (Red+Green+Blue) = 113+35+171=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #7123AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7123AB is #8EDC54. Grayscale: #494949. Windows color (decimal): -9362517 or 11215729. OLE color: 11215729.

HSL color Cylindrical-coordinate representation of color #7123AB: hue angle of 274.41º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7123AB is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11335171-
CMYK0.340.8000.33
HSL274.41º66.02%40.39%-
HSV(B)274.41º79.53%67.06%-
XYZ14.767.6539.23-
YUV73.83182.84155.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 35 (14.06% from 255) = 10.97%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=35.42%
G=10.97%
B=53.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113351710.340.8000.33274.4166.0240.39
Hex7123AB22500211124228
Octal161432534212004142210250
Binary111000110001110101011100010101000001000011000100101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7123AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7123AB; }

 p { color: rgb(113,35,171); }

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

<style>
 a { background-color: #7123AB; }

 a { background-color: rgb(113,35,171); }

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

<style>
 span { border-color: #7123AB; }

 span { border-color: rgb(113,35,171); }

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