Html Css Color HEX #901074 Dark Purple

📋 copy color: '#901074'

red 144 ◦ green 16 ◦ blue 116

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

Shades of Dark Purple #901074

Tints of Dark Purple #901074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.03%

R = 52.17%
G = 5.8%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#901074 (or 0x901074) is known color: Dark Purple. HEX triplet: 90, 10 and 74. RGB value is (144,16,116). Sum of RGB (Red+Green+Blue) = 144+16+116=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #901074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901074 is #6FEF8B. Grayscale: #414141. Windows color (decimal): -7335820 or 7606416. OLE color: 7606416.

HSL color Cylindrical-coordinate representation of color #901074: hue angle of 313.12º 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 #901074 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 116 -
CMYK 0 0.89 0.19 0.44
HSL 313.13º 0.8% 0.31% -
HSV(B) 313.13º 0.89% 0.56% -
XYZ 14.84 7.56 17.2 -
YUV 65.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 144 16 116 0 0.89 0.19 0.44 313.13 0.8 0.31
Hex 90 10 74 0 59 13 2C 139 50 1F
Octal 220 20 164 0 131 23 54 471 120 37
Binary 10010000 10000 1110100 0 1011001 10011 101100 100111001 1010000 11111

Color Harmonies of #901074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901074

Black with #901074

Text Example


Text Example

White with #901074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901074; }

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

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

background-color css

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

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

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

border-color css

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

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

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