Html Css Color HEX #903772 Dark Purple

📋 copy color: '#903772'

red 144 ◦ green 55 ◦ blue 114

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

Shades of Dark Purple #903772

Tints of Dark Purple #903772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 46.01%
G = 17.57%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#903772 (or 0x903772) is known color: Dark Purple. HEX triplet: 90, 37 and 72. RGB value is (144,55,114). Sum of RGB (Red+Green+Blue) = 144+55+114=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #903772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903772 is #6FC88D. Grayscale: #585858. Windows color (decimal): -7325838 or 7485328. OLE color: 7485328.

HSL color Cylindrical-coordinate representation of color #903772: hue angle of 320.22º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #903772 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 55 114 -
CMYK 0 0.62 0.21 0.44
HSL 320.22º 0.45% 0.39% -
HSV(B) 320.22º 0.62% 0.56% -
XYZ 15.91 9.88 16.99 -
YUV 88.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 144 55 114 0 0.62 0.21 0.44 320.22 0.45 0.39
Hex 90 37 72 0 3E 15 2C 140 2D 27
Octal 220 67 162 0 76 25 54 500 55 47
Binary 10010000 110111 1110010 0 111110 10101 101100 101000000 101101 100111

Color Harmonies of #903772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903772

Black with #903772

Text Example


Text Example

White with #903772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903772; }

 p { color: rgb(144,55,114); }

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

background-color css

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

 a { background-color: rgb(144,55,114); }

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

border-color css

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

 span { border-color: rgb(144,55,114); }

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