Html Css Color HEX #741AB9 Purple Heart

📋 copy color: '#741AB9'

red 116 ◦ green 26 ◦ blue 185

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

Shades of Purple Heart #741AB9

Tints of Purple Heart #741AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.57%

R = 35.47%
G = 7.95%
B = 56.57%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#741AB9 (or 0x741AB9) is known color: Purple Heart. HEX triplet: 74, 1A and B9. RGB value is (116,26,185). Sum of RGB (Red+Green+Blue) = 116+26+185=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #741AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741AB9 is #8BE546. Grayscale: #464646. Windows color (decimal): -9168199 or 12130932. OLE color: 12130932.

HSL color Cylindrical-coordinate representation of color #741AB9: hue angle of 273.96º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741AB9 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 26 185 -
CMYK 0.37 0.86 0 0.27
HSL 273.96º 0.75% 0.41% -
HSV(B) 273.96º 0.86% 0.73% -
XYZ 16.33 7.95 46.57 -
YUV 71.04 192.32 160.07 -
System Red Green Blue C M Y K H S L
Decimal 116 26 185 0.37 0.86 0 0.27 273.96 0.75 0.41
Hex 74 1A B9 25 56 0 1B 112 4B 29
Octal 164 32 271 45 126 0 33 422 113 51
Binary 1110100 11010 10111001 100101 1010110 0 11011 100010010 1001011 101001

Color Harmonies of #741AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741AB9

Black with #741AB9

Text Example


Text Example

White with #741AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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