#743CC1

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

Shades of Purple Heart #743CC1

Tints of Purple Heart #743CC1

Color information

#743CC1 (or 0x743CC1) is unknown color: approx Purple Heart. HEX triplet: 74, 3C and C1. RGB value is (116,60,193). Sum of RGB (Red+Green+Blue) = 116+60+193=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #743CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CC1 is #8BC33E. Grayscale: #5B5B5B. Windows color (decimal): -9159487 or 12663924. OLE color: 12663924.

HSL color Cylindrical-coordinate representation of color #743CC1: hue angle of 265.26º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743CC1 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11660193-
CMYK0.400.6900.24
HSL265.26º52.57%49.61%-
HSV(B)265.26º68.91%75.69%-
XYZ18.4410.7951.56-
YUV91.91185.05145.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 60 (23.83% from 255) = 16.26%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=31.44%
G=16.26%
B=52.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116601930.400.6900.24265.2652.5749.61
Hex743CC128450181093532
Octal16474301501050304116562
Binary1110100111100110000011010001000101011000100001001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,60,193); }

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

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

 a { background-color: rgb(116,60,193); }

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

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

 span { border-color: rgb(116,60,193); }

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