Html Css Color HEX #74036E Purple

📋 copy color: '#74036E'

red 116 ◦ green 3 ◦ blue 110

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

Shades of Purple #74036E

Tints of Purple #74036E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

 BLUE value IS 110 (43.36% from 255) = 48.03%

R = 50.66%
G = 1.31%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74036E (or 0x74036E) is known color: Purple. HEX triplet: 74, 03 and 6E. RGB value is (116,3,110). Sum of RGB (Red+Green+Blue) = 116+3+110=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74036E is #8BFC91. Grayscale: #303030. Windows color (decimal): -9174162 or 7209844. OLE color: 7209844.

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

Color convert

RGB 116 3 110 -
CMYK 0 0.97 0.05 0.55
HSL 303.19º 0.95% 0.23% -
HSV(B) 303.19º 0.97% 0.45% -
XYZ 10.05 4.9 15.17 -
YUV 48.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 116 3 110 0 0.97 0.05 0.55 303.19 0.95 0.23
Hex 74 3 6E 0 61 5 37 12F 5F 17
Octal 164 3 156 0 141 5 67 457 137 27
Binary 1110100 11 1101110 0 1100001 101 110111 100101111 1011111 10111

Color Harmonies of #74036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74036E

Black with #74036E

Text Example


Text Example

White with #74036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,3,110); }

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

background-color css

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

 a { background-color: rgb(116,3,110); }

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

border-color css

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

 span { border-color: rgb(116,3,110); }

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