Html Css Color HEX #74005E Purple

📋 copy color: '#74005E'

red 116 ◦ green 0 ◦ blue 94

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

Shades of Purple #74005E

Tints of Purple #74005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 44.76%

R = 55.24%
G = 0%
B = 44.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74005E (or 0x74005E) is known color: Purple. HEX triplet: 74, 00 and 5E. RGB value is (116,0,94). Sum of RGB (Red+Green+Blue) = 116+0+94=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74005E is #8BFFA1. Grayscale: #2D2D2D. Windows color (decimal): -9174946 or 6160500. OLE color: 6160500.

HSL color Cylindrical-coordinate representation of color #74005E: hue angle of 311.38º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74005E is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 94 -
CMYK 0 1 0.19 0.55
HSL 311.38º 1% 0.23% -
HSV(B) 311.38º 1% 0.45% -
XYZ 9.22 4.52 10.98 -
YUV 45.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 116 0 94 0 1 0.19 0.55 311.38 1 0.23
Hex 74 0 5E 0 64 13 37 137 64 17
Octal 164 0 136 0 144 23 67 467 144 27
Binary 1110100 0 1011110 0 1100100 10011 110111 100110111 1100100 10111

Color Harmonies of #74005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74005E

Black with #74005E

Text Example


Text Example

White with #74005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74005E; }

 p { color: rgb(116,0,94); }

 H1.HeaderClassName
 {
   color: #74005E;
 }
 .AnyTagClassName
 {
   color: #74005E;
 }
</style>

background-color css

<style>
 a { background-color: #74005E; }

 a { background-color: rgb(116,0,94); }

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

border-color css

<style>
 span { border-color: #74005E; }

 span { border-color: rgb(116,0,94); }

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