Html Css Color HEX #760092 Purple

📋 copy color: '#760092'

red 118 ◦ green 0 ◦ blue 146

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

Shades of Purple #760092

Tints of Purple #760092

RGB

 RED value IS 118 (46.48% from 255) = 44.7%

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

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

R = 44.7%
G = 0%
B = 55.3%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#760092 (or 0x760092) is known color: Purple. HEX triplet: 76, 00 and 92. RGB value is (118,0,146). Sum of RGB (Red+Green+Blue) = 118+0+146=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #760092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760092 is #89FF6D. Grayscale: #333333. Windows color (decimal): -9043822 or 9568374. OLE color: 9568374.

HSL color Cylindrical-coordinate representation of color #760092: hue angle of 288.49º 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 #760092 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 0 146 -
CMYK 0.19 1 0 0.43
HSL 288.49º 1% 0.29% -
HSV(B) 288.49º 1% 0.57% -
XYZ 12.66 5.93 27.67 -
YUV 51.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 118 0 146 0.19 1 0 0.43 288.49 1 0.29
Hex 76 0 92 13 64 0 2B 120 64 1D
Octal 166 0 222 23 144 0 53 440 144 35
Binary 1110110 0 10010010 10011 1100100 0 101011 100100000 1100100 11101

Color Harmonies of #760092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760092

Black with #760092

Text Example


Text Example

White with #760092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760092; }

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

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

background-color css

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

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

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

border-color css

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

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

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