#7933CB

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

Shades of Purple Heart #7933CB

Tints of Purple Heart #7933CB

Color information

#7933CB (or 0x7933CB) is unknown color: approx Purple Heart. HEX triplet: 79, 33 and CB. RGB value is (121,51,203). Sum of RGB (Red+Green+Blue) = 121+51+203=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #7933CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7933CB is #86CC34. Grayscale: #585858. Windows color (decimal): -8834101 or 13316985. OLE color: 13316985.

HSL color Cylindrical-coordinate representation of color #7933CB: hue angle of 267.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7933CB is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12151203-
CMYK0.400.7500.20
HSL267.63º59.84%49.8%-
HSV(B)267.63º74.88%79.61%-
XYZ19.8510.7457.53-
YUV89.26192.19150.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 51 (20.31% from 255) = 13.6%
BLUE value IS 203 (79.69% from 255) = 54.13%
R=32.27%
G=13.6%
B=54.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121512030.400.7500.20267.6359.8449.8
Hex7933CB284B01410c3c32
Octal17163313501130244147462
Binary1111001110011110010111010001001011010100100001100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7933CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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