Html Css Color HEX #740173 Purple

📋 copy color: '#740173'

red 116 ◦ green 1 ◦ blue 115

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

Shades of Purple #740173

Tints of Purple #740173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 50%
G = 0.43%
B = 49.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#740173 (or 0x740173) is known color: Purple. HEX triplet: 74, 01 and 73. RGB value is (116,1,115). Sum of RGB (Red+Green+Blue) = 116+1+115=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #740173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740173 is #8BFE8C. Grayscale: #303030. Windows color (decimal): -9174669 or 7537012. OLE color: 7537012.

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

Color convert

RGB 116 1 115 -
CMYK 0 0.99 0.01 0.55
HSL 300.52º 0.98% 0.23% -
HSV(B) 300.52º 0.99% 0.45% -
XYZ 10.31 4.97 16.64 -
YUV 48.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 116 1 115 0 0.99 0.01 0.55 300.52 0.98 0.23
Hex 74 1 73 0 63 1 37 12D 62 17
Octal 164 1 163 0 143 1 67 455 142 27
Binary 1110100 1 1110011 0 1100011 1 110111 100101101 1100010 10111

Color Harmonies of #740173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740173

Black with #740173

Text Example


Text Example

White with #740173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740173; }

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

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

background-color css

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

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

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

border-color css

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

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

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