Html Css Color HEX #740BBA Purple Heart

📋 copy color: '#740BBA'

red 116 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #740BBA

Tints of Purple Heart #740BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 37.06%
G = 3.51%
B = 59.42%

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

#740BBA (or 0x740BBA) is known color: Purple Heart. HEX triplet: 74, 0B and BA. RGB value is (116,11,186). Sum of RGB (Red+Green+Blue) = 116+11+186=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #740BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BBA is #8BF445. Grayscale: #3D3D3D. Windows color (decimal): -9172038 or 12192628. OLE color: 12192628.

HSL color Cylindrical-coordinate representation of color #740BBA: hue angle of 276º 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 #740BBA is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 11 186 -
CMYK 0.38 0.94 0 0.27
HSL 276º 0.89% 0.39% -
HSV(B) 276º 0.94% 0.73% -
XYZ 16.19 7.5 47.05 -
YUV 62.35 197.79 166.27 -
System Red Green Blue C M Y K H S L
Decimal 116 11 186 0.38 0.94 0 0.27 276 0.89 0.39
Hex 74 B BA 26 5E 0 1B 114 59 27
Octal 164 13 272 46 136 0 33 424 131 47
Binary 1110100 1011 10111010 100110 1011110 0 11011 100010100 1011001 100111

Color Harmonies of #740BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BBA

Black with #740BBA

Text Example


Text Example

White with #740BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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