Html Css Color HEX #760184 Purple

📋 copy color: '#760184'

red 118 ◦ green 1 ◦ blue 132

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

Shades of Purple #760184

Tints of Purple #760184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 47.01%
G = 0.4%
B = 52.59%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#760184 (or 0x760184) is known color: Purple. HEX triplet: 76, 01 and 84. RGB value is (118,1,132). Sum of RGB (Red+Green+Blue) = 118+1+132=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #760184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760184 is #89FE7B. Grayscale: #323232. Windows color (decimal): -9043580 or 8651126. OLE color: 8651126.

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

Color convert

RGB 118 1 132 -
CMYK 0.11 0.99 0 0.48
HSL 293.59º 0.98% 0.26% -
HSV(B) 293.59º 0.99% 0.52% -
XYZ 11.65 5.54 22.29 -
YUV 50.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 118 1 132 0.11 0.99 0 0.48 293.59 0.98 0.26
Hex 76 1 84 B 63 0 30 126 62 1A
Octal 166 1 204 13 143 0 60 446 142 32
Binary 1110110 1 10000100 1011 1100011 0 110000 100100110 1100010 11010

Color Harmonies of #760184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760184

Black with #760184

Text Example


Text Example

White with #760184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760184; }

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

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

background-color css

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

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

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

border-color css

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

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

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