Html Css Color HEX #743ABA Purple Heart

📋 copy color: '#743ABA'

red 116 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #743ABA

Tints of Purple Heart #743ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.11%

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

R = 32.22%
G = 16.11%
B = 51.67%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#743ABA (or 0x743ABA) is known color: Purple Heart. HEX triplet: 74, 3A and BA. RGB value is (116,58,186). Sum of RGB (Red+Green+Blue) = 116+58+186=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #743ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ABA is #8BC545. Grayscale: #595959. Windows color (decimal): -9160006 or 12204660. OLE color: 12204660.

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

Color convert

RGB 116 58 186 -
CMYK 0.38 0.69 0 0.27
HSL 267.19º 0.52% 0.48% -
HSV(B) 267.19º 0.69% 0.73% -
XYZ 17.58 10.28 47.51 -
YUV 89.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 116 58 186 0.38 0.69 0 0.27 267.19 0.52 0.48
Hex 74 3A BA 26 45 0 1B 10B 34 30
Octal 164 72 272 46 105 0 33 413 64 60
Binary 1110100 111010 10111010 100110 1000101 0 11011 100001011 110100 110000

Color Harmonies of #743ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743ABA

Black with #743ABA

Text Example


Text Example

White with #743ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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