Html Css Color HEX #760193 Purple

📋 copy color: '#760193'

red 118 ◦ green 1 ◦ blue 147

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

Shades of Purple #760193

Tints of Purple #760193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 44.36%
G = 0.38%
B = 55.26%

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

#760193 (or 0x760193) is known color: Purple. HEX triplet: 76, 01 and 93. RGB value is (118,1,147). Sum of RGB (Red+Green+Blue) = 118+1+147=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #760193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760193 is #89FE6C. Grayscale: #343434. Windows color (decimal): -9043565 or 9634166. OLE color: 9634166.

HSL color Cylindrical-coordinate representation of color #760193: hue angle of 288.08º degrees, saturation: 0.99, 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 #760193 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 1 147 -
CMYK 0.20 0.99 0 0.42
HSL 288.08º 0.99% 0.29% -
HSV(B) 288.08º 0.99% 0.58% -
XYZ 12.75 5.98 28.09 -
YUV 52.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 118 1 147 0.20 0.99 0 0.42 288.08 0.99 0.29
Hex 76 1 93 14 63 0 2A 120 63 1D
Octal 166 1 223 24 143 0 52 440 143 35
Binary 1110110 1 10010011 10100 1100011 0 101010 100100000 1100011 11101

Color Harmonies of #760193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760193

Black with #760193

Text Example


Text Example

White with #760193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760193; }

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

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

background-color css

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

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

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

border-color css

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

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

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