Html Css Color HEX #750090 Purple

📋 copy color: '#750090'

red 117 ◦ green 0 ◦ blue 144

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

Shades of Purple #750090

Tints of Purple #750090

RGB

 RED value IS 117 (46.09% from 255) = 44.83%

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

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 44.83%
G = 0%
B = 55.17%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#750090 (or 0x750090) is known color: Purple. HEX triplet: 75, 00 and 90. RGB value is (117,0,144). Sum of RGB (Red+Green+Blue) = 117+0+144=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #750090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750090 is #8AFF6F. Grayscale: #323232. Windows color (decimal): -9109360 or 9437301. OLE color: 9437301.

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

Color convert

RGB 117 0 144 -
CMYK 0.19 1 0 0.44
HSL 288.75º 1% 0.28% -
HSV(B) 288.75º 1% 0.56% -
XYZ 12.37 5.8 26.85 -
YUV 51.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 117 0 144 0.19 1 0 0.44 288.75 1 0.28
Hex 75 0 90 13 64 0 2C 121 64 1C
Octal 165 0 220 23 144 0 54 441 144 34
Binary 1110101 0 10010000 10011 1100100 0 101100 100100001 1100100 11100

Color Harmonies of #750090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750090

Black with #750090

Text Example


Text Example

White with #750090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750090; }

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

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

background-color css

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

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

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

border-color css

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

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

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