Html Css Color HEX #740B7D Purple

📋 copy color: '#740B7D'

red 116 ◦ green 11 ◦ blue 125

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

Shades of Purple #740B7D

Tints of Purple #740B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.6%

R = 46.03%
G = 4.37%
B = 49.6%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#740B7D (or 0x740B7D) is known color: Purple. HEX triplet: 74, 0B and 7D. RGB value is (116,11,125). Sum of RGB (Red+Green+Blue) = 116+11+125=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #740B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740B7D is #8BF482. Grayscale: #373737. Windows color (decimal): -9172099 or 8194932. OLE color: 8194932.

HSL color Cylindrical-coordinate representation of color #740B7D: hue angle of 295.26º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B7D is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 11 125 -
CMYK 0.07 0.91 0 0.51
HSL 295.26º 0.84% 0.27% -
HSV(B) 295.26º 0.91% 0.49% -
XYZ 11.02 5.43 19.87 -
YUV 55.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 116 11 125 0.07 0.91 0 0.51 295.26 0.84 0.27
Hex 74 B 7D 7 5B 0 33 127 54 1B
Octal 164 13 175 7 133 0 63 447 124 33
Binary 1110100 1011 1111101 111 1011011 0 110011 100100111 1010100 11011

Color Harmonies of #740B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740B7D

Black with #740B7D

Text Example


Text Example

White with #740B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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