Html Css Color HEX #74188A Purple

📋 copy color: '#74188A'

red 116 ◦ green 24 ◦ blue 138

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

Shades of Purple #74188A

Tints of Purple #74188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.63%

 BLUE value IS 138 (54.3% from 255) = 49.64%

R = 41.73%
G = 8.63%
B = 49.64%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74188A (or 0x74188A) is known color: Purple. HEX triplet: 74, 18 and 8A. RGB value is (116,24,138). Sum of RGB (Red+Green+Blue) = 116+24+138=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #74188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74188A is #8BE775. Grayscale: #404040. Windows color (decimal): -9168758 or 9050228. OLE color: 9050228.

HSL color Cylindrical-coordinate representation of color #74188A: hue angle of 288.42º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74188A is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 24 138 -
CMYK 0.16 0.83 0 0.46
HSL 288.42º 0.7% 0.32% -
HSV(B) 288.42º 0.83% 0.54% -
XYZ 12.12 6.2 24.6 -
YUV 64.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 116 24 138 0.16 0.83 0 0.46 288.42 0.7 0.32
Hex 74 18 8A 10 53 0 2E 120 46 20
Octal 164 30 212 20 123 0 56 440 106 40
Binary 1110100 11000 10001010 10000 1010011 0 101110 100100000 1000110 100000

Color Harmonies of #74188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74188A

Black with #74188A

Text Example


Text Example

White with #74188A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,24,138); }

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

background-color css

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

 a { background-color: rgb(116,24,138); }

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

border-color css

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

 span { border-color: rgb(116,24,138); }

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