Html Css Color HEX #741AAC Purple Heart

📋 copy color: '#741AAC'

red 116 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #741AAC

Tints of Purple Heart #741AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.78%

R = 36.94%
G = 8.28%
B = 54.78%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#741AAC (or 0x741AAC) is known color: Purple Heart. HEX triplet: 74, 1A and AC. RGB value is (116,26,172). Sum of RGB (Red+Green+Blue) = 116+26+172=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #741AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741AAC is #8BE553. Grayscale: #454545. Windows color (decimal): -9168212 or 11278964. OLE color: 11278964.

HSL color Cylindrical-coordinate representation of color #741AAC: hue angle of 276.99º 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 #741AAC is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 26 172 -
CMYK 0.33 0.85 0 0.33
HSL 276.99º 0.74% 0.39% -
HSV(B) 276.99º 0.85% 0.67% -
XYZ 15.02 7.43 39.67 -
YUV 69.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 116 26 172 0.33 0.85 0 0.33 276.99 0.74 0.39
Hex 74 1A AC 21 55 0 21 115 4A 27
Octal 164 32 254 41 125 0 41 425 112 47
Binary 1110100 11010 10101100 100001 1010101 0 100001 100010101 1001010 100111

Color Harmonies of #741AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741AAC

Black with #741AAC

Text Example


Text Example

White with #741AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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