Html Css Color HEX #741AAB Purple Heart

📋 copy color: '#741AAB'

red 116 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #741AAB

Tints of Purple Heart #741AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 37.06%
G = 8.31%
B = 54.63%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#741AAB (or 0x741AAB) is known color: Purple Heart. HEX triplet: 74, 1A and AB. RGB value is (116,26,171). Sum of RGB (Red+Green+Blue) = 116+26+171=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #741AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741AAB is #8BE554. Grayscale: #444444. Windows color (decimal): -9168213 or 11213428. OLE color: 11213428.

HSL color Cylindrical-coordinate representation of color #741AAB: hue angle of 277.24º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741AAB is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 26 171 -
CMYK 0.32 0.85 0 0.33
HSL 277.24º 0.74% 0.39% -
HSV(B) 277.24º 0.85% 0.67% -
XYZ 14.92 7.39 39.17 -
YUV 69.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 116 26 171 0.32 0.85 0 0.33 277.24 0.74 0.39
Hex 74 1A AB 20 55 0 21 115 4A 27
Octal 164 32 253 40 125 0 41 425 112 47
Binary 1110100 11010 10101011 100000 1010101 0 100001 100010101 1001010 100111

Color Harmonies of #741AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741AAB

Black with #741AAB

Text Example


Text Example

White with #741AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741AAB; }

 p { color: rgb(116,26,171); }

 H1.HeaderClassName
 {
   color: #741AAB;
 }
 .AnyTagClassName
 {
   color: #741AAB;
 }
</style>

background-color css

<style>
 a { background-color: #741AAB; }

 a { background-color: rgb(116,26,171); }

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

border-color css

<style>
 span { border-color: #741AAB; }

 span { border-color: rgb(116,26,171); }

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