Html Css Color HEX #74016F Purple

📋 copy color: '#74016F'

red 116 ◦ green 1 ◦ blue 111

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

Shades of Purple #74016F

Tints of Purple #74016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.68%

R = 50.88%
G = 0.44%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74016F (or 0x74016F) is known color: Purple. HEX triplet: 74, 01 and 6F. RGB value is (116,1,111). Sum of RGB (Red+Green+Blue) = 116+1+111=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74016F is #8BFE90. Grayscale: #2F2F2F. Windows color (decimal): -9174673 or 7274868. OLE color: 7274868.

HSL color Cylindrical-coordinate representation of color #74016F: hue angle of 302.61º 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 #74016F is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 1 111 -
CMYK 0 0.99 0.04 0.55
HSL 302.61º 0.98% 0.23% -
HSV(B) 302.61º 0.99% 0.45% -
XYZ 10.08 4.88 15.45 -
YUV 47.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 116 1 111 0 0.99 0.04 0.55 302.61 0.98 0.23
Hex 74 1 6F 0 63 4 37 12F 62 17
Octal 164 1 157 0 143 4 67 457 142 27
Binary 1110100 1 1101111 0 1100011 100 110111 100101111 1100010 10111

Color Harmonies of #74016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74016F

Black with #74016F

Text Example


Text Example

White with #74016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74016F; }

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

 H1.HeaderClassName
 {
   color: #74016F;
 }
 .AnyTagClassName
 {
   color: #74016F;
 }
</style>

background-color css

<style>
 a { background-color: #74016F; }

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

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

border-color css

<style>
 span { border-color: #74016F; }

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

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