Html Css Color HEX #902378 Dark Purple

📋 copy color: '#902378'

red 144 ◦ green 35 ◦ blue 120

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

Shades of Dark Purple #902378

Tints of Dark Purple #902378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 48.16%
G = 11.71%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#902378 (or 0x902378) is known color: Dark Purple. HEX triplet: 90, 23 and 78. RGB value is (144,35,120). Sum of RGB (Red+Green+Blue) = 144+35+120=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #902378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902378 is #6FDC87. Grayscale: #4D4D4D. Windows color (decimal): -7330952 or 7873424. OLE color: 7873424.

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

Color convert

RGB 144 35 120 -
CMYK 0 0.76 0.17 0.44
HSL 313.21º 0.61% 0.35% -
HSV(B) 313.21º 0.76% 0.56% -
XYZ 15.49 8.49 18.59 -
YUV 77.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 144 35 120 0 0.76 0.17 0.44 313.21 0.61 0.35
Hex 90 23 78 0 4C 11 2C 139 3D 23
Octal 220 43 170 0 114 21 54 471 75 43
Binary 10010000 100011 1111000 0 1001100 10001 101100 100111001 111101 100011

Color Harmonies of #902378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902378

Black with #902378

Text Example


Text Example

White with #902378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902378; }

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

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

background-color css

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

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

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

border-color css

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

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

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