Html Css Color HEX #750290 Purple

📋 copy color: '#750290'

red 117 ◦ green 2 ◦ blue 144

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

Shades of Purple #750290

Tints of Purple #750290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 44.49%
G = 0.76%
B = 54.75%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#750290 (or 0x750290) is known color: Purple. HEX triplet: 75, 02 and 90. RGB value is (117,2,144). Sum of RGB (Red+Green+Blue) = 117+2+144=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #750290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750290 is #8AFD6F. Grayscale: #343434. Windows color (decimal): -9108848 or 9437813. OLE color: 9437813.

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

Color convert

RGB 117 2 144 -
CMYK 0.19 0.99 0 0.44
HSL 288.59º 0.97% 0.29% -
HSV(B) 288.59º 0.99% 0.56% -
XYZ 12.39 5.84 26.86 -
YUV 52.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 117 2 144 0.19 0.99 0 0.44 288.59 0.97 0.29
Hex 75 2 90 13 63 0 2C 121 61 1D
Octal 165 2 220 23 143 0 54 441 141 35
Binary 1110101 10 10010000 10011 1100011 0 101100 100100001 1100001 11101

Color Harmonies of #750290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750290

Black with #750290

Text Example


Text Example

White with #750290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750290; }

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

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

background-color css

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

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

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

border-color css

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

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

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