Html Css Color HEX #760992 Purple

📋 copy color: '#760992'

red 118 ◦ green 9 ◦ blue 146

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

Shades of Purple #760992

Tints of Purple #760992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 43.22%
G = 3.3%
B = 53.48%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#760992 (or 0x760992) is known color: Purple. HEX triplet: 76, 09 and 92. RGB value is (118,9,146). Sum of RGB (Red+Green+Blue) = 118+9+146=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #760992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760992 is #89F66D. Grayscale: #383838. Windows color (decimal): -9041518 or 9570678. OLE color: 9570678.

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

Color convert

RGB 118 9 146 -
CMYK 0.19 0.94 0 0.43
HSL 287.74º 0.88% 0.3% -
HSV(B) 287.74º 0.94% 0.57% -
XYZ 12.76 6.12 27.7 -
YUV 57.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 118 9 146 0.19 0.94 0 0.43 287.74 0.88 0.3
Hex 76 9 92 13 5E 0 2B 120 58 1E
Octal 166 11 222 23 136 0 53 440 130 36
Binary 1110110 1001 10010010 10011 1011110 0 101011 100100000 1011000 11110

Color Harmonies of #760992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760992

Black with #760992

Text Example


Text Example

White with #760992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760992; }

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

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

background-color css

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

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

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

border-color css

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

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

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