Html Css Color HEX #672071 Seance

📋 copy color: '#672071'

red 103 ◦ green 32 ◦ blue 113

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

Shades of Seance #672071

Tints of Seance #672071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.56%

R = 41.53%
G = 12.9%
B = 45.56%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#672071 (or 0x672071) is known color: Seance. HEX triplet: 67, 20 and 71. RGB value is (103,32,113). Sum of RGB (Red+Green+Blue) = 103+32+113=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #672071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672071 is #98DF8E. Grayscale: #3E3E3E. Windows color (decimal): -10018703 or 7413863. OLE color: 7413863.

HSL color Cylindrical-coordinate representation of color #672071: hue angle of 292.59º degrees, saturation: 0.56, 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 #672071 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 32 113 -
CMYK 0.09 0.72 0 0.56
HSL 292.59º 0.56% 0.28% -
HSV(B) 292.59º 0.72% 0.44% -
XYZ 9.09 5.11 16.13 -
YUV 62.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 103 32 113 0.09 0.72 0 0.56 292.59 0.56 0.28
Hex 67 20 71 9 48 0 38 125 38 1C
Octal 147 40 161 11 110 0 70 445 70 34
Binary 1100111 100000 1110001 1001 1001000 0 111000 100100101 111000 11100

Color Harmonies of #672071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672071

Black with #672071

Text Example


Text Example

White with #672071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672071; }

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

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

background-color css

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

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

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

border-color css

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

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

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