Html Css Color HEX #750892 Purple

📋 copy color: '#750892'

red 117 ◦ green 8 ◦ blue 146

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

Shades of Purple #750892

Tints of Purple #750892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

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

R = 43.17%
G = 2.95%
B = 53.87%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#750892 (or 0x750892) is known color: Purple. HEX triplet: 75, 08 and 92. RGB value is (117,8,146). Sum of RGB (Red+Green+Blue) = 117+8+146=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #750892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750892 is #8AF76D. Grayscale: #373737. Windows color (decimal): -9107310 or 9570421. OLE color: 9570421.

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

Color convert

RGB 117 8 146 -
CMYK 0.20 0.95 0 0.43
HSL 287.39º 0.9% 0.3% -
HSV(B) 287.39º 0.95% 0.57% -
XYZ 12.61 6.03 27.69 -
YUV 56.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 117 8 146 0.20 0.95 0 0.43 287.39 0.9 0.3
Hex 75 8 92 14 5F 0 2B 11F 5A 1E
Octal 165 10 222 24 137 0 53 437 132 36
Binary 1110101 1000 10010010 10100 1011111 0 101011 100011111 1011010 11110

Color Harmonies of #750892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750892

Black with #750892

Text Example


Text Example

White with #750892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750892; }

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

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

background-color css

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

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

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

border-color css

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

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

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