Html Css Color HEX #740DBC Purple Heart

📋 copy color: '#740DBC'

red 116 ◦ green 13 ◦ blue 188

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

Shades of Purple Heart #740DBC

Tints of Purple Heart #740DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 36.59%
G = 4.1%
B = 59.31%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#740DBC (or 0x740DBC) is known color: Purple Heart. HEX triplet: 74, 0D and BC. RGB value is (116,13,188). Sum of RGB (Red+Green+Blue) = 116+13+188=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #740DBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DBC is #8BF243. Grayscale: #3F3F3F. Windows color (decimal): -9171524 or 12324212. OLE color: 12324212.

HSL color Cylindrical-coordinate representation of color #740DBC: hue angle of 275.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740DBC is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 13 188 -
CMYK 0.38 0.93 0 0.26
HSL 275.31º 0.87% 0.39% -
HSV(B) 275.31º 0.93% 0.74% -
XYZ 16.42 7.63 48.18 -
YUV 63.75 198.12 165.27 -
System Red Green Blue C M Y K H S L
Decimal 116 13 188 0.38 0.93 0 0.26 275.31 0.87 0.39
Hex 74 D BC 26 5D 0 1A 113 57 27
Octal 164 15 274 46 135 0 32 423 127 47
Binary 1110100 1101 10111100 100110 1011101 0 11010 100010011 1010111 100111

Color Harmonies of #740DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DBC

Black with #740DBC

Text Example


Text Example

White with #740DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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