Html Css Color HEX #750092 Purple

📋 copy color: '#750092'

red 117 ◦ green 0 ◦ blue 146

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

Shades of Purple #750092

Tints of Purple #750092

RGB

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

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

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

R = 44.49%
G = 0%
B = 55.51%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#750092 (or 0x750092) is known color: Purple. HEX triplet: 75, 00 and 92. RGB value is (117,0,146). Sum of RGB (Red+Green+Blue) = 117+0+146=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #750092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750092 is #8AFF6D. Grayscale: #333333. Windows color (decimal): -9109358 or 9568373. OLE color: 9568373.

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

Color convert

RGB 117 0 146 -
CMYK 0.20 1 0 0.43
HSL 288.08º 1% 0.29% -
HSV(B) 288.08º 1% 0.57% -
XYZ 12.52 5.86 27.66 -
YUV 51.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 117 0 146 0.20 1 0 0.43 288.08 1 0.29
Hex 75 0 92 14 64 0 2B 120 64 1D
Octal 165 0 222 24 144 0 53 440 144 35
Binary 1110101 0 10010010 10100 1100100 0 101011 100100000 1100100 11101

Color Harmonies of #750092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750092

Black with #750092

Text Example


Text Example

White with #750092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750092; }

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

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

background-color css

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

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

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

border-color css

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

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

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