Html Css Color HEX #90007A Purple

📋 copy color: '#90007A'

red 144 ◦ green 0 ◦ blue 122

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

Shades of Purple #90007A

Tints of Purple #90007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 45.86%

R = 54.14%
G = 0%
B = 45.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90007A (or 0x90007A) is known color: Purple. HEX triplet: 90, 00 and 7A. RGB value is (144,0,122). Sum of RGB (Red+Green+Blue) = 144+0+122=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #90007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90007A is #6FFF85. Grayscale: #383838. Windows color (decimal): -7339910 or 7995536. OLE color: 7995536.

HSL color Cylindrical-coordinate representation of color #90007A: hue angle of 309.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90007A is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 122 -
CMYK 0 1 0.15 0.44
HSL 309.17º 1% 0.28% -
HSV(B) 309.17º 1% 0.56% -
XYZ 15.01 7.33 19.04 -
YUV 56.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 144 0 122 0 1 0.15 0.44 309.17 1 0.28
Hex 90 0 7A 0 64 F 2C 135 64 1C
Octal 220 0 172 0 144 17 54 465 144 34
Binary 10010000 0 1111010 0 1100100 1111 101100 100110101 1100100 11100

Color Harmonies of #90007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90007A

Black with #90007A

Text Example


Text Example

White with #90007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90007A; }

 p { color: rgb(144,0,122); }

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

background-color css

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

 a { background-color: rgb(144,0,122); }

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

border-color css

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

 span { border-color: rgb(144,0,122); }

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