Html Css Color HEX #740DAB Purple Heart

📋 copy color: '#740DAB'

red 116 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #740DAB

Tints of Purple Heart #740DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.33%

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

R = 38.67%
G = 4.33%
B = 57%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#740DAB (or 0x740DAB) is known color: Purple Heart. HEX triplet: 74, 0D and AB. RGB value is (116,13,171). Sum of RGB (Red+Green+Blue) = 116+13+171=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #740DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740DAB is #8BF254. Grayscale: #3D3D3D. Windows color (decimal): -9171541 or 11210100. OLE color: 11210100.

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

Color convert

RGB 116 13 171 -
CMYK 0.32 0.92 0 0.33
HSL 279.11º 0.86% 0.36% -
HSV(B) 279.11º 0.92% 0.67% -
XYZ 14.7 6.94 39.09 -
YUV 61.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 116 13 171 0.32 0.92 0 0.33 279.11 0.86 0.36
Hex 74 D AB 20 5C 0 21 117 56 24
Octal 164 15 253 40 134 0 41 427 126 44
Binary 1110100 1101 10101011 100000 1011100 0 100001 100010111 1010110 100100

Color Harmonies of #740DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DAB

Black with #740DAB

Text Example


Text Example

White with #740DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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