Html Css Color HEX #741BAB Purple Heart

📋 copy color: '#741BAB'

red 116 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #741BAB

Tints of Purple Heart #741BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

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

R = 36.94%
G = 8.6%
B = 54.46%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#741BAB (or 0x741BAB) is known color: Purple Heart. HEX triplet: 74, 1B and AB. RGB value is (116,27,171). Sum of RGB (Red+Green+Blue) = 116+27+171=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #741BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741BAB is #8BE454. Grayscale: #454545. Windows color (decimal): -9167957 or 11213684. OLE color: 11213684.

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

Color convert

RGB 116 27 171 -
CMYK 0.32 0.84 0 0.33
HSL 277.08º 0.73% 0.39% -
HSV(B) 277.08º 0.84% 0.67% -
XYZ 14.95 7.44 39.18 -
YUV 70.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 116 27 171 0.32 0.84 0 0.33 277.08 0.73 0.39
Hex 74 1B AB 20 54 0 21 115 49 27
Octal 164 33 253 40 124 0 41 425 111 47
Binary 1110100 11011 10101011 100000 1010100 0 100001 100010101 1001001 100111

Color Harmonies of #741BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741BAB

Black with #741BAB

Text Example


Text Example

White with #741BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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