Html Css Color HEX #902371 Dark Purple

📋 copy color: '#902371'

red 144 ◦ green 35 ◦ blue 113

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

Shades of Dark Purple #902371

Tints of Dark Purple #902371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 49.32%
G = 11.99%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#902371 (or 0x902371) is known color: Dark Purple. HEX triplet: 90, 23 and 71. RGB value is (144,35,113). Sum of RGB (Red+Green+Blue) = 144+35+113=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #902371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902371 is #6FDC8E. Grayscale: #4C4C4C. Windows color (decimal): -7330959 or 7414672. OLE color: 7414672.

HSL color Cylindrical-coordinate representation of color #902371: hue angle of 317.06º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902371 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 35 113 -
CMYK 0 0.76 0.22 0.44
HSL 317.06º 0.61% 0.35% -
HSV(B) 317.06º 0.76% 0.56% -
XYZ 15.08 8.32 16.43 -
YUV 76.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 144 35 113 0 0.76 0.22 0.44 317.06 0.61 0.35
Hex 90 23 71 0 4C 16 2C 13D 3D 23
Octal 220 43 161 0 114 26 54 475 75 43
Binary 10010000 100011 1110001 0 1001100 10110 101100 100111101 111101 100011

Color Harmonies of #902371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902371

Black with #902371

Text Example


Text Example

White with #902371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902371; }

 p { color: rgb(144,35,113); }

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

background-color css

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

 a { background-color: rgb(144,35,113); }

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

border-color css

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

 span { border-color: rgb(144,35,113); }

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