Html Css Color HEX #74015E Purple

📋 copy color: '#74015E'

red 116 ◦ green 1 ◦ blue 94

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

Shades of Purple #74015E

Tints of Purple #74015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 54.98%
G = 0.47%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74015E (or 0x74015E) is known color: Purple. HEX triplet: 74, 01 and 5E. RGB value is (116,1,94). Sum of RGB (Red+Green+Blue) = 116+1+94=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74015E is #8BFEA1. Grayscale: #2D2D2D. Windows color (decimal): -9174690 or 6160756. OLE color: 6160756.

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

Color convert

RGB 116 1 94 -
CMYK 0 0.99 0.19 0.55
HSL 311.48º 0.98% 0.23% -
HSV(B) 311.48º 0.99% 0.45% -
XYZ 9.23 4.54 10.98 -
YUV 45.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 116 1 94 0 0.99 0.19 0.55 311.48 0.98 0.23
Hex 74 1 5E 0 63 13 37 137 62 17
Octal 164 1 136 0 143 23 67 467 142 27
Binary 1110100 1 1011110 0 1100011 10011 110111 100110111 1100010 10111

Color Harmonies of #74015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74015E

Black with #74015E

Text Example


Text Example

White with #74015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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