#7D33B7

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

Shades of Purple Heart #7D33B7

Tints of Purple Heart #7D33B7

Color information

#7D33B7 (or 0x7D33B7) is unknown color: approx Purple Heart. HEX triplet: 7D, 33 and B7. RGB value is (125,51,183). Sum of RGB (Red+Green+Blue) = 125+51+183=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #7D33B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D33B7 is #82CC48. Grayscale: #575757. Windows color (decimal): -8571977 or 12006269. OLE color: 12006269.

HSL color Cylindrical-coordinate representation of color #7D33B7: hue angle of 273.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D33B7 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12551183-
CMYK0.320.7200.28
HSL273.64º56.41%45.88%-
HSV(B)273.64º72.13%71.76%-
XYZ18.1910.1545.8-
YUV88.17181.52154.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 183 (71.88% from 255) = 50.97%
R=34.82%
G=14.21%
B=50.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal125511830.320.7200.28273.6456.4145.88
Hex7D33B7204801C112382e
Octal17563267401100344227056
Binary1111101110011101101111000001001000011100100010010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D33B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,51,183); }

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

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

 a { background-color: rgb(125,51,183); }

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

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

 span { border-color: rgb(125,51,183); }

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