Html Css Color HEX #743DD7 Purple Heart

📋 copy color: '#743DD7'

red 116 ◦ green 61 ◦ blue 215

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

Shades of Purple Heart #743DD7

Tints of Purple Heart #743DD7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.56%

 BLUE value IS 215 (84.38% from 255) = 54.85%

R = 29.59%
G = 15.56%
B = 54.85%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#743DD7 (or 0x743DD7) is known color: Purple Heart. HEX triplet: 74, 3D and D7. RGB value is (116,61,215). Sum of RGB (Red+Green+Blue) = 116+61+215=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 215 (84.38% from 255 or 54.85% from 392); Max value from RGB is 215 - color contains mainly: blue. Hex color #743DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DD7 is #8BC228. Grayscale: #5E5E5E. Windows color (decimal): -9159209 or 14105972. OLE color: 14105972.

HSL color Cylindrical-coordinate representation of color #743DD7: hue angle of 261.43º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743DD7 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 61 215 -
CMYK 0.46 0.72 0 0.16
HSL 261.43º 0.66% 0.54% -
HSV(B) 261.43º 0.72% 0.84% -
XYZ 21.14 11.96 65.48 -
YUV 95 195.72 142.98 -
System Red Green Blue C M Y K H S L
Decimal 116 61 215 0.46 0.72 0 0.16 261.43 0.66 0.54
Hex 74 3D D7 2E 48 0 10 105 42 36
Octal 164 75 327 56 110 0 20 405 102 66
Binary 1110100 111101 11010111 101110 1001000 0 10000 100000101 1000010 110110

Color Harmonies of #743DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DD7

Black with #743DD7

Text Example


Text Example

White with #743DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,61,215); }

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

background-color css

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

 a { background-color: rgb(116,61,215); }

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

border-color css

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

 span { border-color: rgb(116,61,215); }

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