Html Css Color HEX #750592 Purple

📋 copy color: '#750592'

red 117 ◦ green 5 ◦ blue 146

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

Shades of Purple #750592

Tints of Purple #750592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 43.66%
G = 1.87%
B = 54.48%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#750592 (or 0x750592) is known color: Purple. HEX triplet: 75, 05 and 92. RGB value is (117,5,146). Sum of RGB (Red+Green+Blue) = 117+5+146=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #750592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750592 is #8AFA6D. Grayscale: #363636. Windows color (decimal): -9108078 or 9569653. OLE color: 9569653.

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

Color convert

RGB 117 5 146 -
CMYK 0.20 0.97 0 0.43
HSL 287.66º 0.93% 0.3% -
HSV(B) 287.66º 0.97% 0.57% -
XYZ 12.58 5.97 27.68 -
YUV 54.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 117 5 146 0.20 0.97 0 0.43 287.66 0.93 0.3
Hex 75 5 92 14 61 0 2B 120 5D 1E
Octal 165 5 222 24 141 0 53 440 135 36
Binary 1110101 101 10010010 10100 1100001 0 101011 100100000 1011101 11110

Color Harmonies of #750592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750592

Black with #750592

Text Example


Text Example

White with #750592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750592; }

 p { color: rgb(117,5,146); }

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

background-color css

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

 a { background-color: rgb(117,5,146); }

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

border-color css

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

 span { border-color: rgb(117,5,146); }

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