Html Css Color HEX #761883 Purple

📋 copy color: '#761883'

red 118 ◦ green 24 ◦ blue 131

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

Shades of Purple #761883

Tints of Purple #761883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 43.22%
G = 8.79%
B = 47.99%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#761883 (or 0x761883) is known color: Purple. HEX triplet: 76, 18 and 83. RGB value is (118,24,131). Sum of RGB (Red+Green+Blue) = 118+24+131=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #761883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761883 is #89E77C. Grayscale: #3F3F3F. Windows color (decimal): -9037693 or 8591478. OLE color: 8591478.

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

Color convert

RGB 118 24 131 -
CMYK 0.10 0.82 0 0.49
HSL 292.71º 0.69% 0.3% -
HSV(B) 292.71º 0.82% 0.51% -
XYZ 11.89 6.14 22.03 -
YUV 64.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 118 24 131 0.10 0.82 0 0.49 292.71 0.69 0.3
Hex 76 18 83 A 52 0 31 125 45 1E
Octal 166 30 203 12 122 0 61 445 105 36
Binary 1110110 11000 10000011 1010 1010010 0 110001 100100101 1000101 11110

Color Harmonies of #761883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761883

Black with #761883

Text Example


Text Example

White with #761883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761883; }

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

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

background-color css

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

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

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

border-color css

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

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

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