Html Css Color HEX #74088D Purple

📋 copy color: '#74088D'

red 116 ◦ green 8 ◦ blue 141

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

Shades of Purple #74088D

Tints of Purple #74088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 43.77%
G = 3.02%
B = 53.21%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74088D (or 0x74088D) is known color: Purple. HEX triplet: 74, 08 and 8D. RGB value is (116,8,141). Sum of RGB (Red+Green+Blue) = 116+8+141=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #74088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74088D is #8BF772. Grayscale: #373737. Windows color (decimal): -9172851 or 9242740. OLE color: 9242740.

HSL color Cylindrical-coordinate representation of color #74088D: hue angle of 288.72º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74088D is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 8 141 -
CMYK 0.18 0.94 0 0.45
HSL 288.72º 0.89% 0.29% -
HSV(B) 288.72º 0.94% 0.55% -
XYZ 12.1 5.81 25.68 -
YUV 55.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 116 8 141 0.18 0.94 0 0.45 288.72 0.89 0.29
Hex 74 8 8D 12 5E 0 2D 121 59 1D
Octal 164 10 215 22 136 0 55 441 131 35
Binary 1110100 1000 10001101 10010 1011110 0 101101 100100001 1011001 11101

Color Harmonies of #74088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74088D

Black with #74088D

Text Example


Text Example

White with #74088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74088D; }

 p { color: rgb(116,8,141); }

 H1.HeaderClassName
 {
   color: #74088D;
 }
 .AnyTagClassName
 {
   color: #74088D;
 }
</style>

background-color css

<style>
 a { background-color: #74088D; }

 a { background-color: rgb(116,8,141); }

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

border-color css

<style>
 span { border-color: #74088D; }

 span { border-color: rgb(116,8,141); }

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