Html Css Color HEX #671180 Purple

📋 copy color: '#671180'

red 103 ◦ green 17 ◦ blue 128

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

Shades of Purple #671180

Tints of Purple #671180

RGB

 RED value IS 103 (40.63% from 255) = 41.53%

 GREEN value IS 17 (7.03% from 255) = 6.85%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 41.53%
G = 6.85%
B = 51.61%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#671180 (or 0x671180) is known color: Purple. HEX triplet: 67, 11 and 80. RGB value is (103,17,128). Sum of RGB (Red+Green+Blue) = 103+17+128=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #671180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671180 is #98EE7F. Grayscale: #373737. Windows color (decimal): -10022528 or 8393063. OLE color: 8393063.

HSL color Cylindrical-coordinate representation of color #671180: hue angle of 286.49º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671180 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 17 128 -
CMYK 0.20 0.87 0 0.50
HSL 286.49º 0.77% 0.28% -
HSV(B) 286.49º 0.87% 0.5% -
XYZ 9.69 4.84 20.85 -
YUV 55.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 103 17 128 0.20 0.87 0 0.50 286.49 0.77 0.28
Hex 67 11 80 14 57 0 32 11E 4D 1C
Octal 147 21 200 24 127 0 62 436 115 34
Binary 1100111 10001 10000000 10100 1010111 0 110010 100011110 1001101 11100

Color Harmonies of #671180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671180

Black with #671180

Text Example


Text Example

White with #671180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671180; }

 p { color: rgb(103,17,128); }

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

background-color css

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

 a { background-color: rgb(103,17,128); }

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

border-color css

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

 span { border-color: rgb(103,17,128); }

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