Html Css Color HEX #901073 Dark Purple

📋 copy color: '#901073'

red 144 ◦ green 16 ◦ blue 115

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

Shades of Dark Purple #901073

Tints of Dark Purple #901073

RGB

 RED value IS 144 (56.64% from 255) = 52.36%

 GREEN value IS 16 (6.64% from 255) = 5.82%

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

R = 52.36%
G = 5.82%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#901073 (or 0x901073) is known color: Dark Purple. HEX triplet: 90, 10 and 73. RGB value is (144,16,115). Sum of RGB (Red+Green+Blue) = 144+16+115=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #901073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901073 is #6FEF8C. Grayscale: #414141. Windows color (decimal): -7335821 or 7540880. OLE color: 7540880.

HSL color Cylindrical-coordinate representation of color #901073: hue angle of 313.59º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901073 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 115 -
CMYK 0 0.89 0.20 0.44
HSL 313.59º 0.8% 0.31% -
HSV(B) 313.59º 0.89% 0.56% -
XYZ 14.78 7.54 16.9 -
YUV 65.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 144 16 115 0 0.89 0.20 0.44 313.59 0.8 0.31
Hex 90 10 73 0 59 14 2C 13A 50 1F
Octal 220 20 163 0 131 24 54 472 120 37
Binary 10010000 10000 1110011 0 1011001 10100 101100 100111010 1010000 11111

Color Harmonies of #901073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901073

Black with #901073

Text Example


Text Example

White with #901073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901073; }

 p { color: rgb(144,16,115); }

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

background-color css

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

 a { background-color: rgb(144,16,115); }

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

border-color css

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

 span { border-color: rgb(144,16,115); }

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