Html Css Color HEX #740672 Purple

📋 copy color: '#740672'

red 116 ◦ green 6 ◦ blue 114

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

Shades of Purple #740672

Tints of Purple #740672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 49.15%
G = 2.54%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#740672 (or 0x740672) is known color: Purple. HEX triplet: 74, 06 and 72. RGB value is (116,6,114). Sum of RGB (Red+Green+Blue) = 116+6+114=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #740672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740672 is #8BF98D. Grayscale: #323232. Windows color (decimal): -9173390 or 7472756. OLE color: 7472756.

HSL color Cylindrical-coordinate representation of color #740672: hue angle of 301.09º 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 #740672 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 6 114 -
CMYK 0 0.95 0.02 0.55
HSL 301.09º 0.9% 0.24% -
HSV(B) 301.09º 0.95% 0.45% -
XYZ 10.3 5.06 16.35 -
YUV 51.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 116 6 114 0 0.95 0.02 0.55 301.09 0.9 0.24
Hex 74 6 72 0 5F 2 37 12D 5A 18
Octal 164 6 162 0 137 2 67 455 132 30
Binary 1110100 110 1110010 0 1011111 10 110111 100101101 1011010 11000

Color Harmonies of #740672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740672

Black with #740672

Text Example


Text Example

White with #740672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740672; }

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

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

background-color css

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

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

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

border-color css

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

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

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