Html Css Color HEX #672070 Seance

📋 copy color: '#672070'

red 103 ◦ green 32 ◦ blue 112

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

Shades of Seance #672070

Tints of Seance #672070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

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

R = 41.7%
G = 12.96%
B = 45.34%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#672070 (or 0x672070) is known color: Seance. HEX triplet: 67, 20 and 70. RGB value is (103,32,112). Sum of RGB (Red+Green+Blue) = 103+32+112=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #672070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672070 is #98DF8F. Grayscale: #3E3E3E. Windows color (decimal): -10018704 or 7348327. OLE color: 7348327.

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

Color convert

RGB 103 32 112 -
CMYK 0.08 0.71 0 0.56
HSL 293.25º 0.56% 0.28% -
HSV(B) 293.25º 0.71% 0.44% -
XYZ 9.03 5.09 15.83 -
YUV 62.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 103 32 112 0.08 0.71 0 0.56 293.25 0.56 0.28
Hex 67 20 70 8 47 0 38 125 38 1C
Octal 147 40 160 10 107 0 70 445 70 34
Binary 1100111 100000 1110000 1000 1000111 0 111000 100100101 111000 11100

Color Harmonies of #672070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672070

Black with #672070

Text Example


Text Example

White with #672070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672070; }

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

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

background-color css

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

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

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

border-color css

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

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

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