Html Css Color HEX #760593 Purple

📋 copy color: '#760593'

red 118 ◦ green 5 ◦ blue 147

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

Shades of Purple #760593

Tints of Purple #760593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 43.7%
G = 1.85%
B = 54.44%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760593 (or 0x760593) is known color: Purple. HEX triplet: 76, 05 and 93. RGB value is (118,5,147). Sum of RGB (Red+Green+Blue) = 118+5+147=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #760593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760593 is #89FA6C. Grayscale: #363636. Windows color (decimal): -9042541 or 9635190. OLE color: 9635190.

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

Color convert

RGB 118 5 147 -
CMYK 0.20 0.97 0 0.42
HSL 287.75º 0.93% 0.3% -
HSV(B) 287.75º 0.97% 0.58% -
XYZ 12.79 6.07 28.1 -
YUV 54.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 118 5 147 0.20 0.97 0 0.42 287.75 0.93 0.3
Hex 76 5 93 14 61 0 2A 120 5D 1E
Octal 166 5 223 24 141 0 52 440 135 36
Binary 1110110 101 10010011 10100 1100001 0 101010 100100000 1011101 11110

Color Harmonies of #760593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760593

Black with #760593

Text Example


Text Example

White with #760593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760593; }

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

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

background-color css

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

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

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

border-color css

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

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

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