Html Css Color HEX #900679 Purple

📋 copy color: '#900679'

red 144 ◦ green 6 ◦ blue 121

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

Shades of Purple #900679

Tints of Purple #900679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 121 (47.66% from 255) = 44.65%

R = 53.14%
G = 2.21%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#900679 (or 0x900679) is known color: Purple. HEX triplet: 90, 06 and 79. RGB value is (144,6,121). Sum of RGB (Red+Green+Blue) = 144+6+121=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #900679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900679 is #6FF986. Grayscale: #3C3C3C. Windows color (decimal): -7338375 or 7931536. OLE color: 7931536.

HSL color Cylindrical-coordinate representation of color #900679: hue angle of 310º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900679 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 121 -
CMYK 0 0.96 0.16 0.44
HSL 310º 0.92% 0.29% -
HSV(B) 310º 0.96% 0.56% -
XYZ 15.02 7.44 18.73 -
YUV 60.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 144 6 121 0 0.96 0.16 0.44 310 0.92 0.29
Hex 90 6 79 0 60 10 2C 136 5C 1D
Octal 220 6 171 0 140 20 54 466 134 35
Binary 10010000 110 1111001 0 1100000 10000 101100 100110110 1011100 11101

Color Harmonies of #900679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900679

Black with #900679

Text Example


Text Example

White with #900679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900679; }

 p { color: rgb(144,6,121); }

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

background-color css

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

 a { background-color: rgb(144,6,121); }

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

border-color css

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

 span { border-color: rgb(144,6,121); }

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