Html Css Color HEX #760893 Purple

📋 copy color: '#760893'

red 118 ◦ green 8 ◦ blue 147

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

Shades of Purple #760893

Tints of Purple #760893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

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

R = 43.22%
G = 2.93%
B = 53.85%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760893 (or 0x760893) is known color: Purple. HEX triplet: 76, 08 and 93. RGB value is (118,8,147). Sum of RGB (Red+Green+Blue) = 118+8+147=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #760893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760893 is #89F76C. Grayscale: #383838. Windows color (decimal): -9041773 or 9635958. OLE color: 9635958.

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

Color convert

RGB 118 8 147 -
CMYK 0.20 0.95 0 0.42
HSL 287.48º 0.9% 0.3% -
HSV(B) 287.48º 0.95% 0.58% -
XYZ 12.82 6.13 28.11 -
YUV 56.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 118 8 147 0.20 0.95 0 0.42 287.48 0.9 0.3
Hex 76 8 93 14 5F 0 2A 11F 5A 1E
Octal 166 10 223 24 137 0 52 437 132 36
Binary 1110110 1000 10010011 10100 1011111 0 101010 100011111 1011010 11110

Color Harmonies of #760893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760893

Black with #760893

Text Example


Text Example

White with #760893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760893; }

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

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

background-color css

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

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

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

border-color css

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

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

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