Html Css Color HEX #740BAB Purple Heart

📋 copy color: '#740BAB'

red 116 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #740BAB

Tints of Purple Heart #740BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.69%

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

R = 38.93%
G = 3.69%
B = 57.38%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#740BAB (or 0x740BAB) is known color: Purple Heart. HEX triplet: 74, 0B and AB. RGB value is (116,11,171). Sum of RGB (Red+Green+Blue) = 116+11+171=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #740BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740BAB is #8BF454. Grayscale: #3C3C3C. Windows color (decimal): -9172053 or 11209588. OLE color: 11209588.

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

Color convert

RGB 116 11 171 -
CMYK 0.32 0.94 0 0.33
HSL 279.38º 0.88% 0.36% -
HSV(B) 279.38º 0.94% 0.67% -
XYZ 14.67 6.89 39.09 -
YUV 60.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 116 11 171 0.32 0.94 0 0.33 279.38 0.88 0.36
Hex 74 B AB 20 5E 0 21 117 58 24
Octal 164 13 253 40 136 0 41 427 130 44
Binary 1110100 1011 10101011 100000 1011110 0 100001 100010111 1011000 100100

Color Harmonies of #740BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BAB

Black with #740BAB

Text Example


Text Example

White with #740BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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