Html Css Color HEX #672970 Seance

📋 copy color: '#672970'

red 103 ◦ green 41 ◦ blue 112

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

Shades of Seance #672970

Tints of Seance #672970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

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

R = 40.23%
G = 16.02%
B = 43.75%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#672970 (or 0x672970) is known color: Seance. HEX triplet: 67, 29 and 70. RGB value is (103,41,112). Sum of RGB (Red+Green+Blue) = 103+41+112=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #672970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672970 is #98D68F. Grayscale: #434343. Windows color (decimal): -10016400 or 7350631. OLE color: 7350631.

HSL color Cylindrical-coordinate representation of color #672970: hue angle of 292.39º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672970 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 41 112 -
CMYK 0.08 0.63 0 0.56
HSL 292.39º 0.46% 0.3% -
HSV(B) 292.39º 0.63% 0.44% -
XYZ 9.31 5.64 15.93 -
YUV 67.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 103 41 112 0.08 0.63 0 0.56 292.39 0.46 0.3
Hex 67 29 70 8 3F 0 38 124 2E 1E
Octal 147 51 160 10 77 0 70 444 56 36
Binary 1100111 101001 1110000 1000 111111 0 111000 100100100 101110 11110

Color Harmonies of #672970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672970

Black with #672970

Text Example


Text Example

White with #672970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672970; }

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

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

background-color css

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

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

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

border-color css

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

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

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