Html Css Color HEX #760293 Purple

📋 copy color: '#760293'

red 118 ◦ green 2 ◦ blue 147

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

Shades of Purple #760293

Tints of Purple #760293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 44.19%
G = 0.75%
B = 55.06%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760293 (or 0x760293) is known color: Purple. HEX triplet: 76, 02 and 93. RGB value is (118,2,147). Sum of RGB (Red+Green+Blue) = 118+2+147=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #760293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760293 is #89FD6C. Grayscale: #343434. Windows color (decimal): -9043309 or 9634422. OLE color: 9634422.

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

Color convert

RGB 118 2 147 -
CMYK 0.20 0.99 0 0.42
HSL 288º 0.97% 0.29% -
HSV(B) 288º 0.99% 0.58% -
XYZ 12.76 6 28.09 -
YUV 53.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 118 2 147 0.20 0.99 0 0.42 288 0.97 0.29
Hex 76 2 93 14 63 0 2A 120 61 1D
Octal 166 2 223 24 143 0 52 440 141 35
Binary 1110110 10 10010011 10100 1100011 0 101010 100100000 1100001 11101

Color Harmonies of #760293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760293

Black with #760293

Text Example


Text Example

White with #760293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760293; }

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

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

background-color css

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

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

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

border-color css

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

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

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