Html Css Color HEX #760F94 Purple

📋 copy color: '#760F94'

red 118 ◦ green 15 ◦ blue 148

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

Shades of Purple #760F94

Tints of Purple #760F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.67%

R = 41.99%
G = 5.34%
B = 52.67%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760F94 (or 0x760F94) is known color: Purple. HEX triplet: 76, 0F and 94. RGB value is (118,15,148). Sum of RGB (Red+Green+Blue) = 118+15+148=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #760F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760F94 is #89F06B. Grayscale: #3C3C3C. Windows color (decimal): -9039980 or 9703286. OLE color: 9703286.

HSL color Cylindrical-coordinate representation of color #760F94: hue angle of 286.47º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760F94 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 15 148 -
CMYK 0.20 0.90 0 0.42
HSL 286.47º 0.82% 0.32% -
HSV(B) 286.47º 0.9% 0.58% -
XYZ 12.99 6.33 28.55 -
YUV 60.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 118 15 148 0.20 0.90 0 0.42 286.47 0.82 0.32
Hex 76 F 94 14 5A 0 2A 11E 52 20
Octal 166 17 224 24 132 0 52 436 122 40
Binary 1110110 1111 10010100 10100 1011010 0 101010 100011110 1010010 100000

Color Harmonies of #760F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F94

Black with #760F94

Text Example


Text Example

White with #760F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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