Html Css Color HEX #743CD9 Purple Heart

📋 copy color: '#743CD9'

red 116 ◦ green 60 ◦ blue 217

#743CD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #743CD9

Tints of Purple Heart #743CD9

RGB

 RED value IS 116 (45.7% from 255) = 29.52%

 GREEN value IS 60 (23.83% from 255) = 15.27%

 BLUE value IS 217 (85.16% from 255) = 55.22%

R = 29.52%
G = 15.27%
B = 55.22%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#743CD9 (or 0x743CD9) is known color: Purple Heart. HEX triplet: 74, 3C and D9. RGB value is (116,60,217). Sum of RGB (Red+Green+Blue) = 116+60+217=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #743CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CD9 is #8BC326. Grayscale: #5E5E5E. Windows color (decimal): -9159463 or 14236788. OLE color: 14236788.

HSL color Cylindrical-coordinate representation of color #743CD9: hue angle of 261.4º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743CD9 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 60 217 -
CMYK 0.47 0.72 0 0.15
HSL 261.4º 0.67% 0.54% -
HSV(B) 261.4º 0.72% 0.85% -
XYZ 21.34 11.95 66.83 -
YUV 94.64 197.05 143.23 -
System Red Green Blue C M Y K H S L
Decimal 116 60 217 0.47 0.72 0 0.15 261.4 0.67 0.54
Hex 74 3C D9 2F 48 0 F 105 43 36
Octal 164 74 331 57 110 0 17 405 103 66
Binary 1110100 111100 11011001 101111 1001000 0 1111 100000101 1000011 110110

Color Harmonies of #743CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CD9

Black with #743CD9

Text Example


Text Example

White with #743CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #743CD9;
 }
 .AnyTagClassName
 {
   color: #743CD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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