Html Css Color HEX #760094 Purple

📋 copy color: '#760094'

red 118 ◦ green 0 ◦ blue 148

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

Shades of Purple #760094

Tints of Purple #760094

RGB

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

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

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

R = 44.36%
G = 0%
B = 55.64%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760094 (or 0x760094) is known color: Purple. HEX triplet: 76, 00 and 94. RGB value is (118,0,148). Sum of RGB (Red+Green+Blue) = 118+0+148=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #760094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760094 is #89FF6B. Grayscale: #333333. Windows color (decimal): -9043820 or 9699446. OLE color: 9699446.

HSL color Cylindrical-coordinate representation of color #760094: hue angle of 287.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760094 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 0 148 -
CMYK 0.20 1 0 0.42
HSL 287.84º 1% 0.29% -
HSV(B) 287.84º 1% 0.58% -
XYZ 12.82 5.99 28.5 -
YUV 52.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 118 0 148 0.20 1 0 0.42 287.84 1 0.29
Hex 76 0 94 14 64 0 2A 120 64 1D
Octal 166 0 224 24 144 0 52 440 144 35
Binary 1110110 0 10010100 10100 1100100 0 101010 100100000 1100100 11101

Color Harmonies of #760094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760094

Black with #760094

Text Example


Text Example

White with #760094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760094; }

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

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

background-color css

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

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

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

border-color css

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

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

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