Html Css Color HEX #74177C Purple

📋 copy color: '#74177C'

red 116 ◦ green 23 ◦ blue 124

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

Shades of Purple #74177C

Tints of Purple #74177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 44.11%
G = 8.75%
B = 47.15%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74177C (or 0x74177C) is known color: Purple. HEX triplet: 74, 17 and 7C. RGB value is (116,23,124). Sum of RGB (Red+Green+Blue) = 116+23+124=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #74177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74177C is #8BE883. Grayscale: #3E3E3E. Windows color (decimal): -9169028 or 8132468. OLE color: 8132468.

HSL color Cylindrical-coordinate representation of color #74177C: hue angle of 295.25º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74177C is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 23 124 -
CMYK 0.06 0.81 0 0.51
HSL 295.25º 0.69% 0.29% -
HSV(B) 295.25º 0.81% 0.49% -
XYZ 11.15 5.78 19.6 -
YUV 62.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 116 23 124 0.06 0.81 0 0.51 295.25 0.69 0.29
Hex 74 17 7C 6 51 0 33 127 45 1D
Octal 164 27 174 6 121 0 63 447 105 35
Binary 1110100 10111 1111100 110 1010001 0 110011 100100111 1000101 11101

Color Harmonies of #74177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74177C

Black with #74177C

Text Example


Text Example

White with #74177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74177C; }

 p { color: rgb(116,23,124); }

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

background-color css

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

 a { background-color: rgb(116,23,124); }

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

border-color css

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

 span { border-color: rgb(116,23,124); }

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