#7F26BD

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

Shades of Purple Heart #7F26BD

Tints of Purple Heart #7F26BD

Color information

#7F26BD (or 0x7F26BD) is unknown color: approx Purple Heart. HEX triplet: 7F, 26 and BD. RGB value is (127,38,189). Sum of RGB (Red+Green+Blue) = 127+38+189=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F26BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F26BD is #80D942. Grayscale: #515151. Windows color (decimal): -8444227 or 12396159. OLE color: 12396159.

HSL color Cylindrical-coordinate representation of color #7F26BD: hue angle of 275.36º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F26BD is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12738189-
CMYK0.330.8000.26
HSL275.36º66.52%44.51%-
HSV(B)275.36º79.89%74.12%-
XYZ18.639.5749.01-
YUV81.82188.49160.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.88%
GREEN value IS 38 (15.23% from 255) = 10.73%
BLUE value IS 189 (74.22% from 255) = 53.39%
R=35.88%
G=10.73%
B=53.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127381890.330.8000.26275.3666.5244.51
Hex7F26BD215001A113432d
Octal177462754112003242310355
Binary11111111001101011110110000110100000110101000100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F26BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,38,189); }

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

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

 a { background-color: rgb(127,38,189); }

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

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

 span { border-color: rgb(127,38,189); }

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