Html Css Color HEX #743BBA Purple Heart

📋 copy color: '#743BBA'

red 116 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #743BBA

Tints of Purple Heart #743BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.34%

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

R = 32.13%
G = 16.34%
B = 51.52%

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

#743BBA (or 0x743BBA) is known color: Purple Heart. HEX triplet: 74, 3B and BA. RGB value is (116,59,186). Sum of RGB (Red+Green+Blue) = 116+59+186=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #743BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BBA is #8BC445. Grayscale: #5A5A5A. Windows color (decimal): -9159750 or 12204916. OLE color: 12204916.

HSL color Cylindrical-coordinate representation of color #743BBA: hue angle of 266.93º degrees, saturation: 0.52, 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 #743BBA is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 59 186 -
CMYK 0.38 0.68 0 0.27
HSL 266.93º 0.52% 0.48% -
HSV(B) 266.93º 0.68% 0.73% -
XYZ 17.63 10.39 47.53 -
YUV 90.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 116 59 186 0.38 0.68 0 0.27 266.93 0.52 0.48
Hex 74 3B BA 26 44 0 1B 10B 34 30
Octal 164 73 272 46 104 0 33 413 64 60
Binary 1110100 111011 10111010 100110 1000100 0 11011 100001011 110100 110000

Color Harmonies of #743BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BBA

Black with #743BBA

Text Example


Text Example

White with #743BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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