#7333CD

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

Shades of Purple Heart #7333CD

Tints of Purple Heart #7333CD

Color information

#7333CD (or 0x7333CD) is unknown color: approx Purple Heart. HEX triplet: 73, 33 and CD. RGB value is (115,51,205). Sum of RGB (Red+Green+Blue) = 115+51+205=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #7333CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7333CD is #8CCC32. Grayscale: #575757. Windows color (decimal): -9227315 or 13448051. OLE color: 13448051.

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

Color convert

RGB11551205-
CMYK0.440.7500.20
HSL264.94º60.63%50.2%-
HSV(B)264.94º75.12%80.39%-
XYZ19.2710.4258.75-
YUV87.69194.2147.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 205 (80.47% from 255) = 55.26%
R=31.00%
G=13.75%
B=55.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal115512050.440.7500.20264.9460.6350.2
Hex7333CD2C4B0141093d32
Octal16363315541130244117562
Binary1110011110011110011011011001001011010100100001001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7333CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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