#7933CD

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

Shades of Purple Heart #7933CD

Tints of Purple Heart #7933CD

Color information

#7933CD (or 0x7933CD) is unknown color: approx Purple Heart. HEX triplet: 79, 33 and CD. RGB value is (121,51,205). Sum of RGB (Red+Green+Blue) = 121+51+205=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #7933CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7933CD is #86CC32. Grayscale: #585858. Windows color (decimal): -8834099 or 13448057. OLE color: 13448057.

HSL color Cylindrical-coordinate representation of color #7933CD: hue angle of 267.27º degrees, saturation: 0.61, 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 #7933CD is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12151205-
CMYK0.410.7500.20
HSL267.27º60.63%50.2%-
HSV(B)267.27º75.12%80.39%-
XYZ20.0910.8458.79-
YUV89.49193.19150.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 51 (20.31% from 255) = 13.53%
BLUE value IS 205 (80.47% from 255) = 54.38%
R=32.10%
G=13.53%
B=54.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121512050.410.7500.20267.2760.6350.2
Hex7933CD294B01410b3d32
Octal17163315511130244137562
Binary1111001110011110011011010011001011010100100001011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7933CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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