#743acc

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

Shades of Purple Heart #743ACC

Tints of Purple Heart #743ACC

Color information

#743ACC (or 0x743ACC) is unknown color: approx Purple Heart. HEX triplet: 74, 3A and CC. RGB value is (116,58,204). Sum of RGB (Red+Green+Blue) = 116+58+204=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #743ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ACC is #8BC533. Grayscale: #5B5B5B. Windows color (decimal): -9159988 or 13384308. OLE color: 13384308.

HSL color Cylindrical-coordinate representation of color #743ACC: hue angle of 263.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743ACC is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11658204-
CMYK0.430.7200.2
HSL263.84º58.87%51.37%-
HSV(B)263.84º71.57%80%-
XYZ19.6111.158.24-
YUV91.99191.22145.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 204 (80.08% from 255) = 53.97%
R=30.69%
G=15.34%
B=53.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116582040.430.7200.2263.8458.8751.37
Hex743ACC2B480141083b33
Octal16472314531100244107363
Binary1110100111010110011001010111001000010100100001000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743acc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743acc; }

 p { color: rgb(116,58,204); }

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

<style>
 a { background-color: #743acc; }

 a { background-color: rgb(116,58,204); }

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

<style>
 span { border-color: #743acc; }

 span { border-color: rgb(116,58,204); }

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