Html Css Color HEX #760183 Purple

📋 copy color: '#760183'

red 118 ◦ green 1 ◦ blue 131

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

Shades of Purple #760183

Tints of Purple #760183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 47.2%
G = 0.4%
B = 52.4%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#760183 (or 0x760183) is known color: Purple. HEX triplet: 76, 01 and 83. RGB value is (118,1,131). Sum of RGB (Red+Green+Blue) = 118+1+131=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #760183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760183 is #89FE7C. Grayscale: #323232. Windows color (decimal): -9043581 or 8585590. OLE color: 8585590.

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

Color convert

RGB 118 1 131 -
CMYK 0.10 0.99 0 0.49
HSL 294º 0.98% 0.26% -
HSV(B) 294º 0.99% 0.51% -
XYZ 11.58 5.51 21.93 -
YUV 50.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 118 1 131 0.10 0.99 0 0.49 294 0.98 0.26
Hex 76 1 83 A 63 0 31 126 62 1A
Octal 166 1 203 12 143 0 61 446 142 32
Binary 1110110 1 10000011 1010 1100011 0 110001 100100110 1100010 11010

Color Harmonies of #760183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760183

Black with #760183

Text Example


Text Example

White with #760183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760183; }

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

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

background-color css

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

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

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

border-color css

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

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

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