#7f23b4

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

Shades of Purple Heart #7F23B4

Tints of Purple Heart #7F23B4

Color information

#7F23B4 (or 0x7F23B4) is unknown color: approx Purple Heart. HEX triplet: 7F, 23 and B4. RGB value is (127,35,180). Sum of RGB (Red+Green+Blue) = 127+35+180=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F23B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F23B4 is #80DC4B. Grayscale: #4E4E4E. Windows color (decimal): -8445004 or 11805567. OLE color: 11805567.

HSL color Cylindrical-coordinate representation of color #7F23B4: hue angle of 278.07º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F23B4 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12735180-
CMYK0.290.8100.29
HSL278.07º67.44%42.16%-
HSV(B)278.07º80.56%70.59%-
XYZ17.599.0143.99-
YUV79.04184.98162.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.13%
GREEN value IS 35 (14.06% from 255) = 10.23%
BLUE value IS 180 (70.70% from 255) = 52.63%
R=37.13%
G=10.23%
B=52.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127351800.290.8100.29278.0767.4442.16
Hex7F23B41D5101D116432a
Octal177432643512103542610352
Binary1111111100011101101001110110100010111011000101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f23b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,35,180); }

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

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

 a { background-color: rgb(127,35,180); }

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

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

 span { border-color: rgb(127,35,180); }

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