Html Css Color HEX #740373 Purple

📋 copy color: '#740373'

red 116 ◦ green 3 ◦ blue 115

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

Shades of Purple #740373

Tints of Purple #740373

RGB

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

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

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

R = 49.57%
G = 1.28%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#740373 (or 0x740373) is known color: Purple. HEX triplet: 74, 03 and 73. RGB value is (116,3,115). Sum of RGB (Red+Green+Blue) = 116+3+115=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #740373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740373 is #8BFC8C. Grayscale: #313131. Windows color (decimal): -9174157 or 7537524. OLE color: 7537524.

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

Color convert

RGB 116 3 115 -
CMYK 0 0.97 0.01 0.55
HSL 300.53º 0.95% 0.23% -
HSV(B) 300.53º 0.97% 0.45% -
XYZ 10.33 5.02 16.64 -
YUV 49.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 116 3 115 0 0.97 0.01 0.55 300.53 0.95 0.23
Hex 74 3 73 0 61 1 37 12D 5F 17
Octal 164 3 163 0 141 1 67 455 137 27
Binary 1110100 11 1110011 0 1100001 1 110111 100101101 1011111 10111

Color Harmonies of #740373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740373

Black with #740373

Text Example


Text Example

White with #740373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740373; }

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

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

background-color css

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

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

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

border-color css

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

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

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