Html Css Color HEX #904077 Dark Purple

📋 copy color: '#904077'

red 144 ◦ green 64 ◦ blue 119

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

Shades of Dark Purple #904077

Tints of Dark Purple #904077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 44.04%
G = 19.57%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#904077 (or 0x904077) is known color: Dark Purple. HEX triplet: 90, 40 and 77. RGB value is (144,64,119). Sum of RGB (Red+Green+Blue) = 144+64+119=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #904077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904077 is #6FBF88. Grayscale: #5E5E5E. Windows color (decimal): -7323529 or 7815312. OLE color: 7815312.

HSL color Cylindrical-coordinate representation of color #904077: hue angle of 318.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904077 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 64 119 -
CMYK 0 0.56 0.17 0.44
HSL 318.75º 0.38% 0.41% -
HSV(B) 318.75º 0.56% 0.56% -
XYZ 16.66 10.93 18.68 -
YUV 94.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 144 64 119 0 0.56 0.17 0.44 318.75 0.38 0.41
Hex 90 40 77 0 38 11 2C 13F 26 29
Octal 220 100 167 0 70 21 54 477 46 51
Binary 10010000 1000000 1110111 0 111000 10001 101100 100111111 100110 101001

Color Harmonies of #904077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904077

Black with #904077

Text Example


Text Example

White with #904077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904077; }

 p { color: rgb(144,64,119); }

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

background-color css

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

 a { background-color: rgb(144,64,119); }

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

border-color css

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

 span { border-color: rgb(144,64,119); }

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