Html Css Color HEX #740BBB Purple Heart

📋 copy color: '#740BBB'

red 116 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #740BBB

Tints of Purple Heart #740BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 36.94%
G = 3.5%
B = 59.55%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#740BBB (or 0x740BBB) is known color: Purple Heart. HEX triplet: 74, 0B and BB. RGB value is (116,11,187). Sum of RGB (Red+Green+Blue) = 116+11+187=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #740BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BBB is #8BF444. Grayscale: #3D3D3D. Windows color (decimal): -9172037 or 12258164. OLE color: 12258164.

HSL color Cylindrical-coordinate representation of color #740BBB: hue angle of 275.8º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740BBB is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 11 187 -
CMYK 0.38 0.94 0 0.27
HSL 275.8º 0.89% 0.39% -
HSV(B) 275.8º 0.94% 0.73% -
XYZ 16.29 7.54 47.61 -
YUV 62.46 198.29 166.19 -
System Red Green Blue C M Y K H S L
Decimal 116 11 187 0.38 0.94 0 0.27 275.8 0.89 0.39
Hex 74 B BB 26 5E 0 1B 114 59 27
Octal 164 13 273 46 136 0 33 424 131 47
Binary 1110100 1011 10111011 100110 1011110 0 11011 100010100 1011001 100111

Color Harmonies of #740BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BBB

Black with #740BBB

Text Example


Text Example

White with #740BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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