#7F3ABA

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

Shades of Purple Heart #7F3ABA

Tints of Purple Heart #7F3ABA

Color information

#7F3ABA (or 0x7F3ABA) is unknown color: approx Purple Heart. HEX triplet: 7F, 3A and BA. RGB value is (127,58,186). Sum of RGB (Red+Green+Blue) = 127+58+186=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F3ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3ABA is #80C545. Grayscale: #5C5C5C. Windows color (decimal): -8439110 or 12204671. OLE color: 12204671.

HSL color Cylindrical-coordinate representation of color #7F3ABA: hue angle of 272.34º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F3ABA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12758186-
CMYK0.320.6900.27
HSL272.34º52.46%47.84%-
HSV(B)272.34º68.82%72.94%-
XYZ19.1311.0847.59-
YUV93.22180.36152.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=34.23%
G=15.63%
B=50.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127581860.320.6900.27272.3452.4647.84
Hex7F3ABA204501B1103430
Octal17772272401050334206460
Binary1111111111010101110101000001000101011011100010000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,58,186); }

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

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

 a { background-color: rgb(127,58,186); }

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

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

 span { border-color: rgb(127,58,186); }

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