Html Css Color HEX #761583 Purple

📋 copy color: '#761583'

red 118 ◦ green 21 ◦ blue 131

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

Shades of Purple #761583

Tints of Purple #761583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 43.7%
G = 7.78%
B = 48.52%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#761583 (or 0x761583) is known color: Purple. HEX triplet: 76, 15 and 83. RGB value is (118,21,131). Sum of RGB (Red+Green+Blue) = 118+21+131=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #761583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761583 is #89EA7C. Grayscale: #3E3E3E. Windows color (decimal): -9038461 or 8590710. OLE color: 8590710.

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

Color convert

RGB 118 21 131 -
CMYK 0.10 0.84 0 0.49
HSL 292.91º 0.72% 0.3% -
HSV(B) 292.91º 0.84% 0.51% -
XYZ 11.84 6.03 22.01 -
YUV 62.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 118 21 131 0.10 0.84 0 0.49 292.91 0.72 0.3
Hex 76 15 83 A 54 0 31 125 48 1E
Octal 166 25 203 12 124 0 61 445 110 36
Binary 1110110 10101 10000011 1010 1010100 0 110001 100100101 1001000 11110

Color Harmonies of #761583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761583

Black with #761583

Text Example


Text Example

White with #761583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761583; }

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

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

background-color css

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

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

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

border-color css

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

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

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