Html Css Color HEX #760F92 Purple

📋 copy color: '#760F92'

red 118 ◦ green 15 ◦ blue 146

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

Shades of Purple #760F92

Tints of Purple #760F92

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.38%

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

R = 42.29%
G = 5.38%
B = 52.33%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#760F92 (or 0x760F92) is known color: Purple. HEX triplet: 76, 0F and 92. RGB value is (118,15,146). Sum of RGB (Red+Green+Blue) = 118+15+146=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 15 (6.25% from 255 or 5.38% 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 #760F92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760F92 is #89F06D. Grayscale: #3C3C3C. Windows color (decimal): -9039982 or 9572214. OLE color: 9572214.

HSL color Cylindrical-coordinate representation of color #760F92: hue angle of 287.18º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760F92 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 15 146 -
CMYK 0.19 0.90 0 0.43
HSL 287.18º 0.81% 0.32% -
HSV(B) 287.18º 0.9% 0.57% -
XYZ 12.83 6.27 27.73 -
YUV 60.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 118 15 146 0.19 0.90 0 0.43 287.18 0.81 0.32
Hex 76 F 92 13 5A 0 2B 11F 51 20
Octal 166 17 222 23 132 0 53 437 121 40
Binary 1110110 1111 10010010 10011 1011010 0 101011 100011111 1010001 100000

Color Harmonies of #760F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F92

Black with #760F92

Text Example


Text Example

White with #760F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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