Html Css Color HEX #740DB0 Purple Heart

📋 copy color: '#740DB0'

red 116 ◦ green 13 ◦ blue 176

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

Shades of Purple Heart #740DB0

Tints of Purple Heart #740DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 57.7%

R = 38.03%
G = 4.26%
B = 57.7%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#740DB0 (or 0x740DB0) is known color: Purple Heart. HEX triplet: 74, 0D and B0. RGB value is (116,13,176). Sum of RGB (Red+Green+Blue) = 116+13+176=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #740DB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740DB0 is #8BF24F. Grayscale: #3D3D3D. Windows color (decimal): -9171536 or 11537780. OLE color: 11537780.

HSL color Cylindrical-coordinate representation of color #740DB0: hue angle of 277.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740DB0 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 13 176 -
CMYK 0.34 0.93 0 0.31
HSL 277.91º 0.86% 0.37% -
HSV(B) 277.91º 0.93% 0.69% -
XYZ 15.18 7.14 41.65 -
YUV 62.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 116 13 176 0.34 0.93 0 0.31 277.91 0.86 0.37
Hex 74 D B0 22 5D 0 1F 116 56 25
Octal 164 15 260 42 135 0 37 426 126 45
Binary 1110100 1101 10110000 100010 1011101 0 11111 100010110 1010110 100101

Color Harmonies of #740DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DB0

Black with #740DB0

Text Example


Text Example

White with #740DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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