#7933CE

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

Shades of Purple Heart #7933CE

Tints of Purple Heart #7933CE

Color information

#7933CE (or 0x7933CE) is unknown color: approx Purple Heart. HEX triplet: 79, 33 and CE. RGB value is (121,51,206). Sum of RGB (Red+Green+Blue) = 121+51+206=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #7933CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7933CE is #86CC31. Grayscale: #595959. Windows color (decimal): -8834098 or 13513593. OLE color: 13513593.

HSL color Cylindrical-coordinate representation of color #7933CE: hue angle of 267.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7933CE is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12151206-
CMYK0.410.7500.19
HSL267.1º61.26%50.39%-
HSV(B)267.1º75.24%80.78%-
XYZ20.2110.8959.43-
YUV89.6193.69150.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 206 (80.86% from 255) = 54.50%
R=32.01%
G=13.49%
B=54.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121512060.410.7500.19267.161.2650.39
Hex7933CE294B01310b3d32
Octal17163316511130234137562
Binary1111001110011110011101010011001011010011100001011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7933CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7933CE; }

 p { color: rgb(121,51,206); }

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

<style>
 a { background-color: #7933CE; }

 a { background-color: rgb(121,51,206); }

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

<style>
 span { border-color: #7933CE; }

 span { border-color: rgb(121,51,206); }

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