Html Css Color HEX #74117A Purple

📋 copy color: '#74117A'

red 116 ◦ green 17 ◦ blue 122

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

Shades of Purple #74117A

Tints of Purple #74117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 45.49%
G = 6.67%
B = 47.84%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74117A (or 0x74117A) is known color: Purple. HEX triplet: 74, 11 and 7A. RGB value is (116,17,122). Sum of RGB (Red+Green+Blue) = 116+17+122=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #74117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74117A is #8BEE85. Grayscale: #3A3A3A. Windows color (decimal): -9170566 or 7999860. OLE color: 7999860.

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

Color convert

RGB 116 17 122 -
CMYK 0.05 0.86 0 0.52
HSL 296.57º 0.76% 0.27% -
HSV(B) 296.57º 0.86% 0.48% -
XYZ 10.92 5.52 18.9 -
YUV 58.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 116 17 122 0.05 0.86 0 0.52 296.57 0.76 0.27
Hex 74 11 7A 5 56 0 34 129 4C 1B
Octal 164 21 172 5 126 0 64 451 114 33
Binary 1110100 10001 1111010 101 1010110 0 110100 100101001 1001100 11011

Color Harmonies of #74117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74117A

Black with #74117A

Text Example


Text Example

White with #74117A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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