Html Css Color HEX #74137A Purple

📋 copy color: '#74137A'

red 116 ◦ green 19 ◦ blue 122

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

Shades of Purple #74137A

Tints of Purple #74137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

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

R = 45.14%
G = 7.39%
B = 47.47%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74137A (or 0x74137A) is known color: Purple. HEX triplet: 74, 13 and 7A. RGB value is (116,19,122). Sum of RGB (Red+Green+Blue) = 116+19+122=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #74137A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74137A is #8BEC85. Grayscale: #3B3B3B. Windows color (decimal): -9170054 or 8000372. OLE color: 8000372.

HSL color Cylindrical-coordinate representation of color #74137A: hue angle of 296.5º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74137A is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 19 122 -
CMYK 0.05 0.84 0 0.52
HSL 296.5º 0.73% 0.28% -
HSV(B) 296.5º 0.84% 0.48% -
XYZ 10.95 5.58 18.91 -
YUV 59.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 116 19 122 0.05 0.84 0 0.52 296.5 0.73 0.28
Hex 74 13 7A 5 54 0 34 129 49 1C
Octal 164 23 172 5 124 0 64 451 111 34
Binary 1110100 10011 1111010 101 1010100 0 110100 100101001 1001001 11100

Color Harmonies of #74137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74137A

Black with #74137A

Text Example


Text Example

White with #74137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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