Html Css Color HEX #751092 Purple

📋 copy color: '#751092'

red 117 ◦ green 16 ◦ blue 146

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

Shades of Purple #751092

Tints of Purple #751092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

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

R = 41.94%
G = 5.73%
B = 52.33%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#751092 (or 0x751092) is known color: Purple. HEX triplet: 75, 10 and 92. RGB value is (117,16,146). Sum of RGB (Red+Green+Blue) = 117+16+146=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #751092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751092 is #8AEF6D. Grayscale: #3C3C3C. Windows color (decimal): -9105262 or 9572469. OLE color: 9572469.

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

Color convert

RGB 117 16 146 -
CMYK 0.20 0.89 0 0.43
HSL 286.62º 0.8% 0.32% -
HSV(B) 286.62º 0.89% 0.57% -
XYZ 12.71 6.23 27.73 -
YUV 61.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 117 16 146 0.20 0.89 0 0.43 286.62 0.8 0.32
Hex 75 10 92 14 59 0 2B 11F 50 20
Octal 165 20 222 24 131 0 53 437 120 40
Binary 1110101 10000 10010010 10100 1011001 0 101011 100011111 1010000 100000

Color Harmonies of #751092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751092

Black with #751092

Text Example


Text Example

White with #751092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751092; }

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

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

background-color css

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

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

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

border-color css

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

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

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