Html Css Color HEX #743ABD Purple Heart

📋 copy color: '#743ABD'

red 116 ◦ green 58 ◦ blue 189

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

Shades of Purple Heart #743ABD

Tints of Purple Heart #743ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 31.96%
G = 15.98%
B = 52.07%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#743ABD (or 0x743ABD) is known color: Purple Heart. HEX triplet: 74, 3A and BD. RGB value is (116,58,189). Sum of RGB (Red+Green+Blue) = 116+58+189=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #743ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ABD is #8BC542. Grayscale: #595959. Windows color (decimal): -9160003 or 12401268. OLE color: 12401268.

HSL color Cylindrical-coordinate representation of color #743ABD: hue angle of 266.56º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743ABD is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 58 189 -
CMYK 0.39 0.69 0 0.26
HSL 266.56º 0.53% 0.48% -
HSV(B) 266.56º 0.69% 0.74% -
XYZ 17.9 10.41 49.21 -
YUV 90.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 116 58 189 0.39 0.69 0 0.26 266.56 0.53 0.48
Hex 74 3A BD 27 45 0 1A 10B 35 30
Octal 164 72 275 47 105 0 32 413 65 60
Binary 1110100 111010 10111101 100111 1000101 0 11010 100001011 110101 110000

Color Harmonies of #743ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743ABD

Black with #743ABD

Text Example


Text Example

White with #743ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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