Html Css Color HEX #740B73 Purple

📋 copy color: '#740B73'

red 116 ◦ green 11 ◦ blue 115

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

Shades of Purple #740B73

Tints of Purple #740B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 47.93%
G = 4.55%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#740B73 (or 0x740B73) is known color: Purple. HEX triplet: 74, 0B and 73. RGB value is (116,11,115). Sum of RGB (Red+Green+Blue) = 116+11+115=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #740B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740B73 is #8BF48C. Grayscale: #353535. Windows color (decimal): -9172109 or 7539572. OLE color: 7539572.

HSL color Cylindrical-coordinate representation of color #740B73: hue angle of 300.57º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B73 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 11 115 -
CMYK 0 0.91 0.01 0.55
HSL 300.57º 0.83% 0.25% -
HSV(B) 300.57º 0.91% 0.45% -
XYZ 10.42 5.19 16.67 -
YUV 54.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 116 11 115 0 0.91 0.01 0.55 300.57 0.83 0.25
Hex 74 B 73 0 5B 1 37 12D 53 19
Octal 164 13 163 0 133 1 67 455 123 31
Binary 1110100 1011 1110011 0 1011011 1 110111 100101101 1010011 11001

Color Harmonies of #740B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740B73

Black with #740B73

Text Example


Text Example

White with #740B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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