Html Css Color HEX #740B7F Purple

📋 copy color: '#740B7F'

red 116 ◦ green 11 ◦ blue 127

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

Shades of Purple #740B7F

Tints of Purple #740B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50%

R = 45.67%
G = 4.33%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#740B7F (or 0x740B7F) is known color: Purple. HEX triplet: 74, 0B and 7F. RGB value is (116,11,127). Sum of RGB (Red+Green+Blue) = 116+11+127=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #740B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740B7F is #8BF480. Grayscale: #373737. Windows color (decimal): -9172097 or 8326004. OLE color: 8326004.

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

Color convert

RGB 116 11 127 -
CMYK 0.09 0.91 0 0.50
HSL 294.31º 0.84% 0.27% -
HSV(B) 294.31º 0.91% 0.5% -
XYZ 11.15 5.48 20.55 -
YUV 55.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 116 11 127 0.09 0.91 0 0.50 294.31 0.84 0.27
Hex 74 B 7F 9 5B 0 32 126 54 1B
Octal 164 13 177 11 133 0 62 446 124 33
Binary 1110100 1011 1111111 1001 1011011 0 110010 100100110 1010100 11011

Color Harmonies of #740B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740B7F

Black with #740B7F

Text Example


Text Example

White with #740B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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