Html Css Color HEX #743EBA Purple Heart

📋 copy color: '#743EBA'

red 116 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #743EBA

Tints of Purple Heart #743EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 31.87%
G = 17.03%
B = 51.1%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#743EBA (or 0x743EBA) is known color: Purple Heart. HEX triplet: 74, 3E and BA. RGB value is (116,62,186). Sum of RGB (Red+Green+Blue) = 116+62+186=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #743EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743EBA is #8BC145. Grayscale: #5B5B5B. Windows color (decimal): -9158982 or 12205684. OLE color: 12205684.

HSL color Cylindrical-coordinate representation of color #743EBA: hue angle of 266.13º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743EBA is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 62 186 -
CMYK 0.38 0.67 0 0.27
HSL 266.13º 0.5% 0.49% -
HSV(B) 266.13º 0.67% 0.73% -
XYZ 17.79 10.7 47.58 -
YUV 92.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 116 62 186 0.38 0.67 0 0.27 266.13 0.5 0.49
Hex 74 3E BA 26 43 0 1B 10A 32 31
Octal 164 76 272 46 103 0 33 412 62 61
Binary 1110100 111110 10111010 100110 1000011 0 11011 100001010 110010 110001

Color Harmonies of #743EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EBA

Black with #743EBA

Text Example


Text Example

White with #743EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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