#7D22BF

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

Shades of Purple Heart #7D22BF

Tints of Purple Heart #7D22BF

Color information

#7D22BF (or 0x7D22BF) is unknown color: approx Purple Heart. HEX triplet: 7D, 22 and BF. RGB value is (125,34,191). Sum of RGB (Red+Green+Blue) = 125+34+191=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D22BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D22BF is #82DD40. Grayscale: #4E4E4E. Windows color (decimal): -8576321 or 12526205. OLE color: 12526205.

HSL color Cylindrical-coordinate representation of color #7D22BF: hue angle of 274.78º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D22BF is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12534191-
CMYK0.350.8200.25
HSL274.78º69.78%44.12%-
HSV(B)274.78º82.2%74.9%-
XYZ18.439.2750.11-
YUV79.11191.15160.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.71%
GREEN value IS 34 (13.67% from 255) = 9.71%
BLUE value IS 191 (75% from 255) = 54.57%
R=35.71%
G=9.71%
B=54.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125341910.350.8200.25274.7869.7844.12
Hex7D22BF2352019113462c
Octal175422774312203142310654
Binary11111011000101011111110001110100100110011000100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D22BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,34,191); }

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

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

 a { background-color: rgb(125,34,191); }

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

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

 span { border-color: rgb(125,34,191); }

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