Html Css Color HEX #760290 Purple

📋 copy color: '#760290'

red 118 ◦ green 2 ◦ blue 144

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

Shades of Purple #760290

Tints of Purple #760290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 44.7%
G = 0.76%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#760290 (or 0x760290) is known color: Purple. HEX triplet: 76, 02 and 90. RGB value is (118,2,144). Sum of RGB (Red+Green+Blue) = 118+2+144=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #760290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760290 is #89FD6F. Grayscale: #343434. Windows color (decimal): -9043312 or 9437814. OLE color: 9437814.

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

Color convert

RGB 118 2 144 -
CMYK 0.18 0.99 0 0.44
HSL 289.01º 0.97% 0.29% -
HSV(B) 289.01º 0.99% 0.56% -
XYZ 12.53 5.91 26.87 -
YUV 52.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 118 2 144 0.18 0.99 0 0.44 289.01 0.97 0.29
Hex 76 2 90 12 63 0 2C 121 61 1D
Octal 166 2 220 22 143 0 54 441 141 35
Binary 1110110 10 10010000 10010 1100011 0 101100 100100001 1100001 11101

Color Harmonies of #760290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760290

Black with #760290

Text Example


Text Example

White with #760290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760290; }

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

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

background-color css

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

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

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

border-color css

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

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

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