Html Css Color HEX #761983 Purple

📋 copy color: '#761983'

red 118 ◦ green 25 ◦ blue 131

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

Shades of Purple #761983

Tints of Purple #761983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 131 (51.56% from 255) = 47.81%

R = 43.07%
G = 9.12%
B = 47.81%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#761983 (or 0x761983) is known color: Purple. HEX triplet: 76, 19 and 83. RGB value is (118,25,131). Sum of RGB (Red+Green+Blue) = 118+25+131=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #761983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761983 is #89E67C. Grayscale: #404040. Windows color (decimal): -9037437 or 8591734. OLE color: 8591734.

HSL color Cylindrical-coordinate representation of color #761983: hue angle of 292.64º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761983 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 25 131 -
CMYK 0.10 0.81 0 0.49
HSL 292.64º 0.68% 0.31% -
HSV(B) 292.64º 0.81% 0.51% -
XYZ 11.92 6.19 22.04 -
YUV 64.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 118 25 131 0.10 0.81 0 0.49 292.64 0.68 0.31
Hex 76 19 83 A 51 0 31 125 44 1F
Octal 166 31 203 12 121 0 61 445 104 37
Binary 1110110 11001 10000011 1010 1010001 0 110001 100100101 1000100 11111

Color Harmonies of #761983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761983

Black with #761983

Text Example


Text Example

White with #761983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761983; }

 p { color: rgb(118,25,131); }

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

background-color css

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

 a { background-color: rgb(118,25,131); }

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

border-color css

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

 span { border-color: rgb(118,25,131); }

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