Html Css Color HEX #902370 Dark Purple

📋 copy color: '#902370'

red 144 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #902370

Tints of Dark Purple #902370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 49.48%
G = 12.03%
B = 38.49%

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

#902370 (or 0x902370) is known color: Dark Purple. HEX triplet: 90, 23 and 70. RGB value is (144,35,112). Sum of RGB (Red+Green+Blue) = 144+35+112=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #902370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902370 is #6FDC8F. Grayscale: #4C4C4C. Windows color (decimal): -7330960 or 7349136. OLE color: 7349136.

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

Color convert

RGB 144 35 112 -
CMYK 0 0.76 0.22 0.44
HSL 317.61º 0.61% 0.35% -
HSV(B) 317.61º 0.76% 0.56% -
XYZ 15.03 8.3 16.14 -
YUV 76.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 144 35 112 0 0.76 0.22 0.44 317.61 0.61 0.35
Hex 90 23 70 0 4C 16 2C 13E 3D 23
Octal 220 43 160 0 114 26 54 476 75 43
Binary 10010000 100011 1110000 0 1001100 10110 101100 100111110 111101 100011

Color Harmonies of #902370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902370

Black with #902370

Text Example


Text Example

White with #902370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902370; }

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

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

background-color css

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

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

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

border-color css

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

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

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