#7C22BD

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

Shades of Purple Heart #7C22BD

Tints of Purple Heart #7C22BD

Color information

#7C22BD (or 0x7C22BD) is unknown color: approx Purple Heart. HEX triplet: 7C, 22 and BD. RGB value is (124,34,189). Sum of RGB (Red+Green+Blue) = 124+34+189=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C22BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C22BD is #83DD42. Grayscale: #4E4E4E. Windows color (decimal): -8641859 or 12395132. OLE color: 12395132.

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

Color convert

RGB12434189-
CMYK0.340.8200.26
HSL274.84º69.51%43.73%-
HSV(B)274.84º82.01%74.12%-
XYZ18.079.148.95-
YUV78.58190.32160.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 34 (13.67% from 255) = 9.80%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=35.73%
G=9.80%
B=54.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124341890.340.8200.26274.8469.5143.73
Hex7C22BD225201A113462c
Octal174422754212203242310654
Binary11111001000101011110110001010100100110101000100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C22BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,34,189); }

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

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

 a { background-color: rgb(124,34,189); }

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

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

 span { border-color: rgb(124,34,189); }

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