#7733CA

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

Shades of Purple Heart #7733CA

Tints of Purple Heart #7733CA

Color information

#7733CA (or 0x7733CA) is unknown color: approx Purple Heart. HEX triplet: 77, 33 and CA. RGB value is (119,51,202). Sum of RGB (Red+Green+Blue) = 119+51+202=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #7733CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7733CA is #88CC35. Grayscale: #585858. Windows color (decimal): -8965174 or 13251447. OLE color: 13251447.

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

Color convert

RGB11951202-
CMYK0.410.7500.21
HSL267.02º59.68%49.61%-
HSV(B)267.02º74.75%79.22%-
XYZ19.4510.5556.89-
YUV88.55192.03149.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=31.99%
G=13.71%
B=54.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119512020.410.7500.21267.0259.6849.61
Hex7733CA294B01510b3c32
Octal16763312511130254137462
Binary1110111110011110010101010011001011010101100001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7733CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7733CA; }

 p { color: rgb(119,51,202); }

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

<style>
 a { background-color: #7733CA; }

 a { background-color: rgb(119,51,202); }

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

<style>
 span { border-color: #7733CA; }

 span { border-color: rgb(119,51,202); }

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