Html Css Color HEX #750291 Purple

📋 copy color: '#750291'

red 117 ◦ green 2 ◦ blue 145

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

Shades of Purple #750291

Tints of Purple #750291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 44.32%
G = 0.76%
B = 54.92%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#750291 (or 0x750291) is known color: Purple. HEX triplet: 75, 02 and 91. RGB value is (117,2,145). Sum of RGB (Red+Green+Blue) = 117+2+145=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #750291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750291 is #8AFD6E. Grayscale: #343434. Windows color (decimal): -9108847 or 9503349. OLE color: 9503349.

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

Color convert

RGB 117 2 145 -
CMYK 0.19 0.99 0 0.43
HSL 288.25º 0.97% 0.29% -
HSV(B) 288.25º 0.99% 0.57% -
XYZ 12.47 5.87 27.26 -
YUV 52.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 117 2 145 0.19 0.99 0 0.43 288.25 0.97 0.29
Hex 75 2 91 13 63 0 2B 120 61 1D
Octal 165 2 221 23 143 0 53 440 141 35
Binary 1110101 10 10010001 10011 1100011 0 101011 100100000 1100001 11101

Color Harmonies of #750291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750291

Black with #750291

Text Example


Text Example

White with #750291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750291; }

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

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

background-color css

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

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

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

border-color css

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

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

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