Html Css Color HEX #760386 Purple

📋 copy color: '#760386'

red 118 ◦ green 3 ◦ blue 134

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

Shades of Purple #760386

Tints of Purple #760386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 46.27%
G = 1.18%
B = 52.55%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#760386 (or 0x760386) is known color: Purple. HEX triplet: 76, 03 and 86. RGB value is (118,3,134). Sum of RGB (Red+Green+Blue) = 118+3+134=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #760386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760386 is #89FC79. Grayscale: #333333. Windows color (decimal): -9043066 or 8782710. OLE color: 8782710.

HSL color Cylindrical-coordinate representation of color #760386: hue angle of 292.67º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760386 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 3 134 -
CMYK 0.12 0.98 0 0.47
HSL 292.67º 0.96% 0.27% -
HSV(B) 292.67º 0.98% 0.53% -
XYZ 11.81 5.64 23.02 -
YUV 52.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 118 3 134 0.12 0.98 0 0.47 292.67 0.96 0.27
Hex 76 3 86 C 62 0 2F 125 60 1B
Octal 166 3 206 14 142 0 57 445 140 33
Binary 1110110 11 10000110 1100 1100010 0 101111 100100101 1100000 11011

Color Harmonies of #760386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760386

Black with #760386

Text Example


Text Example

White with #760386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760386; }

 p { color: rgb(118,3,134); }

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

background-color css

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

 a { background-color: rgb(118,3,134); }

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

border-color css

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

 span { border-color: rgb(118,3,134); }

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