Html Css Color HEX #671480 Seance

📋 copy color: '#671480'

red 103 ◦ green 20 ◦ blue 128

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

Shades of Seance #671480

Tints of Seance #671480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

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

R = 41.04%
G = 7.97%
B = 51%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#671480 (or 0x671480) is known color: Seance. HEX triplet: 67, 14 and 80. RGB value is (103,20,128). Sum of RGB (Red+Green+Blue) = 103+20+128=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #671480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671480 is #98EB7F. Grayscale: #383838. Windows color (decimal): -10021760 or 8393831. OLE color: 8393831.

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

Color convert

RGB 103 20 128 -
CMYK 0.20 0.84 0 0.50
HSL 286.11º 0.73% 0.29% -
HSV(B) 286.11º 0.84% 0.5% -
XYZ 9.74 4.94 20.86 -
YUV 57.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 103 20 128 0.20 0.84 0 0.50 286.11 0.73 0.29
Hex 67 14 80 14 54 0 32 11E 49 1D
Octal 147 24 200 24 124 0 62 436 111 35
Binary 1100111 10100 10000000 10100 1010100 0 110010 100011110 1001001 11101

Color Harmonies of #671480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671480

Black with #671480

Text Example


Text Example

White with #671480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671480; }

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

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

background-color css

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

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

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

border-color css

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

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

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