Html Css Color HEX #742073 Dark Purple

📋 copy color: '#742073'

red 116 ◦ green 32 ◦ blue 115

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

Shades of Dark Purple #742073

Tints of Dark Purple #742073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 44.11%
G = 12.17%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#742073 (or 0x742073) is known color: Dark Purple. HEX triplet: 74, 20 and 73. RGB value is (116,32,115). Sum of RGB (Red+Green+Blue) = 116+32+115=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #742073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742073 is #8BDF8C. Grayscale: #424242. Windows color (decimal): -9166733 or 7544948. OLE color: 7544948.

HSL color Cylindrical-coordinate representation of color #742073: hue angle of 300.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742073 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 115 -
CMYK 0 0.72 0.01 0.55
HSL 300.71º 0.57% 0.29% -
HSV(B) 300.71º 0.72% 0.45% -
XYZ 10.81 5.98 16.8 -
YUV 66.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 116 32 115 0 0.72 0.01 0.55 300.71 0.57 0.29
Hex 74 20 73 0 48 1 37 12D 39 1D
Octal 164 40 163 0 110 1 67 455 71 35
Binary 1110100 100000 1110011 0 1001000 1 110111 100101101 111001 11101

Color Harmonies of #742073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742073

Black with #742073

Text Example


Text Example

White with #742073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742073; }

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

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

background-color css

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

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

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

border-color css

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

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

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