Html Css Color HEX #740B88 Purple

📋 copy color: '#740B88'

red 116 ◦ green 11 ◦ blue 136

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

Shades of Purple #740B88

Tints of Purple #740B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 51.71%

R = 44.11%
G = 4.18%
B = 51.71%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#740B88 (or 0x740B88) is known color: Purple. HEX triplet: 74, 0B and 88. RGB value is (116,11,136). Sum of RGB (Red+Green+Blue) = 116+11+136=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #740B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740B88 is #8BF477. Grayscale: #383838. Windows color (decimal): -9172088 or 8915828. OLE color: 8915828.

HSL color Cylindrical-coordinate representation of color #740B88: hue angle of 290.4º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740B88 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 11 136 -
CMYK 0.15 0.92 0 0.47
HSL 290.4º 0.85% 0.29% -
HSV(B) 290.4º 0.92% 0.53% -
XYZ 11.77 5.73 23.78 -
YUV 56.65 172.79 170.34 -
System Red Green Blue C M Y K H S L
Decimal 116 11 136 0.15 0.92 0 0.47 290.4 0.85 0.29
Hex 74 B 88 F 5C 0 2F 122 55 1D
Octal 164 13 210 17 134 0 57 442 125 35
Binary 1110100 1011 10001000 1111 1011100 0 101111 100100010 1010101 11101

Color Harmonies of #740B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740B88

Black with #740B88

Text Example


Text Example

White with #740B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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