Html Css Color HEX #672073 Seance

📋 copy color: '#672073'

red 103 ◦ green 32 ◦ blue 115

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

Shades of Seance #672073

Tints of Seance #672073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46%

R = 41.2%
G = 12.8%
B = 46%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#672073 (or 0x672073) is known color: Seance. HEX triplet: 67, 20 and 73. RGB value is (103,32,115). Sum of RGB (Red+Green+Blue) = 103+32+115=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #672073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672073 is #98DF8C. Grayscale: #3E3E3E. Windows color (decimal): -10018701 or 7544935. OLE color: 7544935.

HSL color Cylindrical-coordinate representation of color #672073: hue angle of 291.33º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672073 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 32 115 -
CMYK 0.10 0.72 0 0.55
HSL 291.33º 0.56% 0.29% -
HSV(B) 291.33º 0.72% 0.45% -
XYZ 9.2 5.15 16.73 -
YUV 62.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 103 32 115 0.10 0.72 0 0.55 291.33 0.56 0.29
Hex 67 20 73 A 48 0 37 123 38 1D
Octal 147 40 163 12 110 0 67 443 70 35
Binary 1100111 100000 1110011 1010 1001000 0 110111 100100011 111000 11101

Color Harmonies of #672073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672073

Black with #672073

Text Example


Text Example

White with #672073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672073; }

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

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

background-color css

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

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

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

border-color css

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

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

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