Html Css Color HEX #760793 Purple

📋 copy color: '#760793'

red 118 ◦ green 7 ◦ blue 147

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

Shades of Purple #760793

Tints of Purple #760793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

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

R = 43.38%
G = 2.57%
B = 54.04%

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

#760793 (or 0x760793) is known color: Purple. HEX triplet: 76, 07 and 93. RGB value is (118,7,147). Sum of RGB (Red+Green+Blue) = 118+7+147=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #760793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760793 is #89F86C. Grayscale: #373737. Windows color (decimal): -9042029 or 9635702. OLE color: 9635702.

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

Color convert

RGB 118 7 147 -
CMYK 0.20 0.95 0 0.42
HSL 287.57º 0.91% 0.3% -
HSV(B) 287.57º 0.95% 0.58% -
XYZ 12.81 6.11 28.11 -
YUV 56.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 118 7 147 0.20 0.95 0 0.42 287.57 0.91 0.3
Hex 76 7 93 14 5F 0 2A 120 5B 1E
Octal 166 7 223 24 137 0 52 440 133 36
Binary 1110110 111 10010011 10100 1011111 0 101010 100100000 1011011 11110

Color Harmonies of #760793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760793

Black with #760793

Text Example


Text Example

White with #760793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760793; }

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

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

background-color css

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

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

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

border-color css

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

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

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