Html Css Color HEX #740767 Purple

📋 copy color: '#740767'

red 116 ◦ green 7 ◦ blue 103

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

Shades of Purple #740767

Tints of Purple #740767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.1%

 BLUE value IS 103 (40.63% from 255) = 45.58%

R = 51.33%
G = 3.1%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#740767 (or 0x740767) is known color: Purple. HEX triplet: 74, 07 and 67. RGB value is (116,7,103). Sum of RGB (Red+Green+Blue) = 116+7+103=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #740767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740767 is #8BF898. Grayscale: #323232. Windows color (decimal): -9173145 or 6752116. OLE color: 6752116.

HSL color Cylindrical-coordinate representation of color #740767: hue angle of 307.16º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740767 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 103 -
CMYK 0 0.94 0.11 0.55
HSL 307.16º 0.89% 0.24% -
HSV(B) 307.16º 0.94% 0.45% -
XYZ 9.73 4.84 13.25 -
YUV 50.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 116 7 103 0 0.94 0.11 0.55 307.16 0.89 0.24
Hex 74 7 67 0 5E B 37 133 59 18
Octal 164 7 147 0 136 13 67 463 131 30
Binary 1110100 111 1100111 0 1011110 1011 110111 100110011 1011001 11000

Color Harmonies of #740767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740767

Black with #740767

Text Example


Text Example

White with #740767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740767; }

 p { color: rgb(116,7,103); }

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

background-color css

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

 a { background-color: rgb(116,7,103); }

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

border-color css

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

 span { border-color: rgb(116,7,103); }

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