Html Css Color HEX #74106F Purple

📋 copy color: '#74106F'

red 116 ◦ green 16 ◦ blue 111

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

Shades of Purple #74106F

Tints of Purple #74106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

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

R = 47.74%
G = 6.58%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74106F (or 0x74106F) is known color: Purple. HEX triplet: 74, 10 and 6F. RGB value is (116,16,111). Sum of RGB (Red+Green+Blue) = 116+16+111=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74106F is #8BEF90. Grayscale: #383838. Windows color (decimal): -9170833 or 7278708. OLE color: 7278708.

HSL color Cylindrical-coordinate representation of color #74106F: hue angle of 303º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74106F is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 111 -
CMYK 0 0.86 0.04 0.55
HSL 303º 0.76% 0.26% -
HSV(B) 303º 0.86% 0.45% -
XYZ 10.26 5.23 15.51 -
YUV 56.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 116 16 111 0 0.86 0.04 0.55 303 0.76 0.26
Hex 74 10 6F 0 56 4 37 12F 4C 1A
Octal 164 20 157 0 126 4 67 457 114 32
Binary 1110100 10000 1101111 0 1010110 100 110111 100101111 1001100 11010

Color Harmonies of #74106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74106F

Black with #74106F

Text Example


Text Example

White with #74106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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