Html Css Color HEX #671080 Purple

📋 copy color: '#671080'

red 103 ◦ green 16 ◦ blue 128

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

Shades of Purple #671080

Tints of Purple #671080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.48%

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

R = 41.7%
G = 6.48%
B = 51.82%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#671080 (or 0x671080) is known color: Purple. HEX triplet: 67, 10 and 80. RGB value is (103,16,128). Sum of RGB (Red+Green+Blue) = 103+16+128=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #671080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671080 is #98EF7F. Grayscale: #363636. Windows color (decimal): -10022784 or 8392807. OLE color: 8392807.

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

Color convert

RGB 103 16 128 -
CMYK 0.20 0.88 0 0.50
HSL 286.61º 0.78% 0.28% -
HSV(B) 286.61º 0.88% 0.5% -
XYZ 9.68 4.81 20.84 -
YUV 54.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 103 16 128 0.20 0.88 0 0.50 286.61 0.78 0.28
Hex 67 10 80 14 58 0 32 11F 4E 1C
Octal 147 20 200 24 130 0 62 437 116 34
Binary 1100111 10000 10000000 10100 1011000 0 110010 100011111 1001110 11100

Color Harmonies of #671080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671080

Black with #671080

Text Example


Text Example

White with #671080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671080; }

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

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

background-color css

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

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

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

border-color css

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

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

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