Html Css Color HEX #760090 Purple

📋 copy color: '#760090'

red 118 ◦ green 0 ◦ blue 144

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

Shades of Purple #760090

Tints of Purple #760090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.96%

R = 45.04%
G = 0%
B = 54.96%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#760090 (or 0x760090) is known color: Purple. HEX triplet: 76, 00 and 90. RGB value is (118,0,144). Sum of RGB (Red+Green+Blue) = 118+0+144=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #760090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760090 is #89FF6F. Grayscale: #333333. Windows color (decimal): -9043824 or 9437302. OLE color: 9437302.

HSL color Cylindrical-coordinate representation of color #760090: hue angle of 289.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760090 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 0 144 -
CMYK 0.18 1 0 0.44
HSL 289.17º 1% 0.28% -
HSV(B) 289.17º 1% 0.56% -
XYZ 12.51 5.87 26.86 -
YUV 51.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 118 0 144 0.18 1 0 0.44 289.17 1 0.28
Hex 76 0 90 12 64 0 2C 121 64 1C
Octal 166 0 220 22 144 0 54 441 144 34
Binary 1110110 0 10010000 10010 1100100 0 101100 100100001 1100100 11100

Color Harmonies of #760090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760090

Black with #760090

Text Example


Text Example

White with #760090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760090; }

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

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

background-color css

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

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

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

border-color css

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

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

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