Html Css Color HEX #740674 Purple

📋 copy color: '#740674'

red 116 ◦ green 6 ◦ blue 116

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

Shades of Purple #740674

Tints of Purple #740674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 48.74%
G = 2.52%
B = 48.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#740674 (or 0x740674) is known color: Purple. HEX triplet: 74, 06 and 74. RGB value is (116,6,116). Sum of RGB (Red+Green+Blue) = 116+6+116=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #740674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740674 is #8BF98B. Grayscale: #333333. Windows color (decimal): -9173388 or 7603828. OLE color: 7603828.

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

Color convert

RGB 116 6 116 -
CMYK 0 0.95 0 0.55
HSL 300º 0.9% 0.24% -
HSV(B) 300º 0.95% 0.45% -
XYZ 10.42 5.1 16.96 -
YUV 51.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 116 6 116 0 0.95 0 0.55 300 0.9 0.24
Hex 74 6 74 0 5F 0 37 12C 5A 18
Octal 164 6 164 0 137 0 67 454 132 30
Binary 1110100 110 1110100 0 1011111 0 110111 100101100 1011010 11000

Color Harmonies of #740674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740674

Black with #740674

Text Example


Text Example

White with #740674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740674; }

 p { color: rgb(116,6,116); }

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

background-color css

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

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

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

border-color css

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

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

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