Html Css Color HEX #740E7A Purple

📋 copy color: '#740E7A'

red 116 ◦ green 14 ◦ blue 122

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

Shades of Purple #740E7A

Tints of Purple #740E7A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

 BLUE value IS 122 (48.05% from 255) = 48.41%

R = 46.03%
G = 5.56%
B = 48.41%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#740E7A (or 0x740E7A) is known color: Purple. HEX triplet: 74, 0E and 7A. RGB value is (116,14,122). Sum of RGB (Red+Green+Blue) = 116+14+122=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #740E7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E7A is #8BF185. Grayscale: #383838. Windows color (decimal): -9171334 or 7999092. OLE color: 7999092.

HSL color Cylindrical-coordinate representation of color #740E7A: hue angle of 296.67º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740E7A is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 14 122 -
CMYK 0.05 0.89 0 0.52
HSL 296.67º 0.79% 0.27% -
HSV(B) 296.67º 0.89% 0.48% -
XYZ 10.87 5.43 18.89 -
YUV 56.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 116 14 122 0.05 0.89 0 0.52 296.67 0.79 0.27
Hex 74 E 7A 5 59 0 34 129 4F 1B
Octal 164 16 172 5 131 0 64 451 117 33
Binary 1110100 1110 1111010 101 1011001 0 110100 100101001 1001111 11011

Color Harmonies of #740E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740E7A

Black with #740E7A

Text Example


Text Example

White with #740E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,14,122); }

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

background-color css

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

 a { background-color: rgb(116,14,122); }

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

border-color css

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

 span { border-color: rgb(116,14,122); }

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