Html Css Color HEX #743EC9 Purple Heart

📋 copy color: '#743EC9'

red 116 ◦ green 62 ◦ blue 201

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

Shades of Purple Heart #743EC9

Tints of Purple Heart #743EC9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.36%

 BLUE value IS 201 (78.91% from 255) = 53.03%

R = 30.61%
G = 16.36%
B = 53.03%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#743EC9 (or 0x743EC9) is known color: Purple Heart. HEX triplet: 74, 3E and C9. RGB value is (116,62,201). Sum of RGB (Red+Green+Blue) = 116+62+201=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #743EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743EC9 is #8BC136. Grayscale: #5D5D5D. Windows color (decimal): -9158967 or 13188724. OLE color: 13188724.

HSL color Cylindrical-coordinate representation of color #743EC9: hue angle of 263.31º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743EC9 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 62 201 -
CMYK 0.42 0.69 0 0.21
HSL 263.31º 0.56% 0.52% -
HSV(B) 263.31º 0.69% 0.79% -
XYZ 19.47 11.38 56.43 -
YUV 93.99 188.39 143.7 -
System Red Green Blue C M Y K H S L
Decimal 116 62 201 0.42 0.69 0 0.21 263.31 0.56 0.52
Hex 74 3E C9 2A 45 0 15 107 38 34
Octal 164 76 311 52 105 0 25 407 70 64
Binary 1110100 111110 11001001 101010 1000101 0 10101 100000111 111000 110100

Color Harmonies of #743EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EC9

Black with #743EC9

Text Example


Text Example

White with #743EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,62,201); }

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

background-color css

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

 a { background-color: rgb(116,62,201); }

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

border-color css

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

 span { border-color: rgb(116,62,201); }

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