Html Css Color HEX #743CBA Purple Heart

📋 copy color: '#743CBA'

red 116 ◦ green 60 ◦ blue 186

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

Shades of Purple Heart #743CBA

Tints of Purple Heart #743CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

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

R = 32.04%
G = 16.57%
B = 51.38%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#743CBA (or 0x743CBA) is known color: Purple Heart. HEX triplet: 74, 3C and BA. RGB value is (116,60,186). Sum of RGB (Red+Green+Blue) = 116+60+186=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #743CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CBA is #8BC345. Grayscale: #5A5A5A. Windows color (decimal): -9159494 or 12205172. OLE color: 12205172.

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

Color convert

RGB 116 60 186 -
CMYK 0.38 0.68 0 0.27
HSL 266.67º 0.51% 0.48% -
HSV(B) 266.67º 0.68% 0.73% -
XYZ 17.68 10.49 47.55 -
YUV 91.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 116 60 186 0.38 0.68 0 0.27 266.67 0.51 0.48
Hex 74 3C BA 26 44 0 1B 10B 33 30
Octal 164 74 272 46 104 0 33 413 63 60
Binary 1110100 111100 10111010 100110 1000100 0 11011 100001011 110011 110000

Color Harmonies of #743CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CBA

Black with #743CBA

Text Example


Text Example

White with #743CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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