Html Css Color HEX #671F70 Seance

📋 copy color: '#671F70'

red 103 ◦ green 31 ◦ blue 112

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

Shades of Seance #671F70

Tints of Seance #671F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.6%

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 41.87%
G = 12.6%
B = 45.53%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#671F70 (or 0x671F70) is known color: Seance. HEX triplet: 67, 1F and 70. RGB value is (103,31,112). Sum of RGB (Red+Green+Blue) = 103+31+112=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #671F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F70 is #98E08F. Grayscale: #3D3D3D. Windows color (decimal): -10018960 or 7348071. OLE color: 7348071.

HSL color Cylindrical-coordinate representation of color #671F70: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671F70 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 31 112 -
CMYK 0.08 0.72 0 0.56
HSL 293.33º 0.57% 0.28% -
HSV(B) 293.33º 0.72% 0.44% -
XYZ 9.01 5.03 15.83 -
YUV 61.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 103 31 112 0.08 0.72 0 0.56 293.33 0.57 0.28
Hex 67 1F 70 8 48 0 38 125 39 1C
Octal 147 37 160 10 110 0 70 445 71 34
Binary 1100111 11111 1110000 1000 1001000 0 111000 100100101 111001 11100

Color Harmonies of #671F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671F70

Black with #671F70

Text Example


Text Example

White with #671F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671F70; }

 p { color: rgb(103,31,112); }

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

background-color css

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

 a { background-color: rgb(103,31,112); }

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

border-color css

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

 span { border-color: rgb(103,31,112); }

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