Html Css Color HEX #743AD1 Purple Heart

📋 copy color: '#743AD1'

red 116 ◦ green 58 ◦ blue 209

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

Shades of Purple Heart #743AD1

Tints of Purple Heart #743AD1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.14%

 BLUE value IS 209 (82.03% from 255) = 54.57%

R = 30.29%
G = 15.14%
B = 54.57%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#743AD1 (or 0x743AD1) is known color: Purple Heart. HEX triplet: 74, 3A and D1. RGB value is (116,58,209). Sum of RGB (Red+Green+Blue) = 116+58+209=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #743AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743AD1 is #8BC52E. Grayscale: #5C5C5C. Windows color (decimal): -9159983 or 13711988. OLE color: 13711988.

HSL color Cylindrical-coordinate representation of color #743AD1: hue angle of 263.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743AD1 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 58 209 -
CMYK 0.44 0.72 0 0.18
HSL 263.05º 0.62% 0.52% -
HSV(B) 263.05º 0.72% 0.82% -
XYZ 20.22 11.34 61.45 -
YUV 92.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 116 58 209 0.44 0.72 0 0.18 263.05 0.62 0.52
Hex 74 3A D1 2C 48 0 12 107 3E 34
Octal 164 72 321 54 110 0 22 407 76 64
Binary 1110100 111010 11010001 101100 1001000 0 10010 100000111 111110 110100

Color Harmonies of #743AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743AD1

Black with #743AD1

Text Example


Text Example

White with #743AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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