Html Css Color HEX #740BBC Purple Heart

📋 copy color: '#740BBC'

red 116 ◦ green 11 ◦ blue 188

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

Shades of Purple Heart #740BBC

Tints of Purple Heart #740BBC

RGB

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

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

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

R = 36.83%
G = 3.49%
B = 59.68%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#740BBC (or 0x740BBC) is known color: Purple Heart. HEX triplet: 74, 0B and BC. RGB value is (116,11,188). Sum of RGB (Red+Green+Blue) = 116+11+188=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #740BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BBC is #8BF443. Grayscale: #3D3D3D. Windows color (decimal): -9172036 or 12323700. OLE color: 12323700.

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

Color convert

RGB 116 11 188 -
CMYK 0.38 0.94 0 0.26
HSL 275.59º 0.89% 0.39% -
HSV(B) 275.59º 0.94% 0.74% -
XYZ 16.4 7.58 48.18 -
YUV 62.57 198.79 166.11 -
System Red Green Blue C M Y K H S L
Decimal 116 11 188 0.38 0.94 0 0.26 275.59 0.89 0.39
Hex 74 B BC 26 5E 0 1A 114 59 27
Octal 164 13 274 46 136 0 32 424 131 47
Binary 1110100 1011 10111100 100110 1011110 0 11010 100010100 1011001 100111

Color Harmonies of #740BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BBC

Black with #740BBC

Text Example


Text Example

White with #740BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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