#7D33C9

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

Shades of Purple Heart #7D33C9

Tints of Purple Heart #7D33C9

Color information

#7D33C9 (or 0x7D33C9) is unknown color: approx Purple Heart. HEX triplet: 7D, 33 and C9. RGB value is (125,51,201). Sum of RGB (Red+Green+Blue) = 125+51+201=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D33C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D33C9 is #82CC36. Grayscale: #595959. Windows color (decimal): -8571959 or 13185917. OLE color: 13185917.

HSL color Cylindrical-coordinate representation of color #7D33C9: hue angle of 269.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D33C9 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12551201-
CMYK0.380.7500.21
HSL269.6º59.52%49.41%-
HSV(B)269.6º74.63%78.82%-
XYZ20.1810.9456.31-
YUV90.23190.52152.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.16%
GREEN value IS 51 (20.31% from 255) = 13.53%
BLUE value IS 201 (78.91% from 255) = 53.32%
R=33.16%
G=13.53%
B=53.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125512010.380.7500.21269.659.5249.41
Hex7D33C9264B01510e3c31
Octal17563311461130254167461
Binary1111101110011110010011001101001011010101100001110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D33C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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