Html Css Color HEX #743ECE Purple Heart

📋 copy color: '#743ECE'

red 116 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #743ECE

Tints of Purple Heart #743ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 30.21%
G = 16.15%
B = 53.65%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#743ECE (or 0x743ECE) is known color: Purple Heart. HEX triplet: 74, 3E and CE. RGB value is (116,62,206). Sum of RGB (Red+Green+Blue) = 116+62+206=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #743ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ECE is #8BC131. Grayscale: #5E5E5E. Windows color (decimal): -9158962 or 13516404. OLE color: 13516404.

HSL color Cylindrical-coordinate representation of color #743ECE: hue angle of 262.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743ECE is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 62 206 -
CMYK 0.44 0.70 0 0.19
HSL 262.5º 0.6% 0.53% -
HSV(B) 262.5º 0.7% 0.81% -
XYZ 20.07 11.61 59.58 -
YUV 94.56 190.89 143.29 -
System Red Green Blue C M Y K H S L
Decimal 116 62 206 0.44 0.70 0 0.19 262.5 0.6 0.53
Hex 74 3E CE 2C 46 0 13 106 3C 35
Octal 164 76 316 54 106 0 23 406 74 65
Binary 1110100 111110 11001110 101100 1000110 0 10011 100000110 111100 110101

Color Harmonies of #743ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743ECE

Black with #743ECE

Text Example


Text Example

White with #743ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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