Html Css Color HEX #740FBC Purple Heart

📋 copy color: '#740FBC'

red 116 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #740FBC

Tints of Purple Heart #740FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

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

R = 36.36%
G = 4.7%
B = 58.93%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#740FBC (or 0x740FBC) is known color: Purple Heart. HEX triplet: 74, 0F and BC. RGB value is (116,15,188). Sum of RGB (Red+Green+Blue) = 116+15+188=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #740FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740FBC is #8BF043. Grayscale: #404040. Windows color (decimal): -9171012 or 12324724. OLE color: 12324724.

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

Color convert

RGB 116 15 188 -
CMYK 0.38 0.92 0 0.26
HSL 275.03º 0.85% 0.4% -
HSV(B) 275.03º 0.92% 0.74% -
XYZ 16.45 7.69 48.19 -
YUV 64.92 197.46 164.43 -
System Red Green Blue C M Y K H S L
Decimal 116 15 188 0.38 0.92 0 0.26 275.03 0.85 0.4
Hex 74 F BC 26 5C 0 1A 113 55 28
Octal 164 17 274 46 134 0 32 423 125 50
Binary 1110100 1111 10111100 100110 1011100 0 11010 100010011 1010101 101000

Color Harmonies of #740FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FBC

Black with #740FBC

Text Example


Text Example

White with #740FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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