Html Css Color HEX #760185 Purple

📋 copy color: '#760185'

red 118 ◦ green 1 ◦ blue 133

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

Shades of Purple #760185

Tints of Purple #760185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 46.83%
G = 0.4%
B = 52.78%

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

#760185 (or 0x760185) is known color: Purple. HEX triplet: 76, 01 and 85. RGB value is (118,1,133). Sum of RGB (Red+Green+Blue) = 118+1+133=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #760185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760185 is #89FE7A. Grayscale: #323232. Windows color (decimal): -9043579 or 8716662. OLE color: 8716662.

HSL color Cylindrical-coordinate representation of color #760185: hue angle of 293.18º degrees, saturation: 0.99, 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 #760185 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 1 133 -
CMYK 0.11 0.99 0 0.48
HSL 293.18º 0.99% 0.26% -
HSV(B) 293.18º 0.99% 0.52% -
XYZ 11.72 5.57 22.65 -
YUV 51.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 118 1 133 0.11 0.99 0 0.48 293.18 0.99 0.26
Hex 76 1 85 B 63 0 30 125 63 1A
Octal 166 1 205 13 143 0 60 445 143 32
Binary 1110110 1 10000101 1011 1100011 0 110000 100100101 1100011 11010

Color Harmonies of #760185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760185

Black with #760185

Text Example


Text Example

White with #760185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760185; }

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

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

background-color css

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

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

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

border-color css

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

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

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