Html Css Color HEX #903575 Dark Purple

📋 copy color: '#903575'

red 144 ◦ green 53 ◦ blue 117

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

Shades of Dark Purple #903575

Tints of Dark Purple #903575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 45.86%
G = 16.88%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#903575 (or 0x903575) is known color: Dark Purple. HEX triplet: 90, 35 and 75. RGB value is (144,53,117). Sum of RGB (Red+Green+Blue) = 144+53+117=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #903575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903575 is #6FCA8A. Grayscale: #575757. Windows color (decimal): -7326347 or 7681424. OLE color: 7681424.

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

Color convert

RGB 144 53 117 -
CMYK 0 0.63 0.19 0.44
HSL 317.8º 0.46% 0.39% -
HSV(B) 317.8º 0.63% 0.56% -
XYZ 15.99 9.76 17.87 -
YUV 87.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 144 53 117 0 0.63 0.19 0.44 317.8 0.46 0.39
Hex 90 35 75 0 3F 13 2C 13E 2E 27
Octal 220 65 165 0 77 23 54 476 56 47
Binary 10010000 110101 1110101 0 111111 10011 101100 100111110 101110 100111

Color Harmonies of #903575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903575

Black with #903575

Text Example


Text Example

White with #903575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903575; }

 p { color: rgb(144,53,117); }

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

background-color css

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

 a { background-color: rgb(144,53,117); }

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

border-color css

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

 span { border-color: rgb(144,53,117); }

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