Html Css Color HEX #672372 Seance

📋 copy color: '#672372'

red 103 ◦ green 35 ◦ blue 114

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

Shades of Seance #672372

Tints of Seance #672372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 40.87%
G = 13.89%
B = 45.24%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#672372 (or 0x672372) is known color: Seance. HEX triplet: 67, 23 and 72. RGB value is (103,35,114). Sum of RGB (Red+Green+Blue) = 103+35+114=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #672372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672372 is #98DC8D. Grayscale: #404040. Windows color (decimal): -10017934 or 7480167. OLE color: 7480167.

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

Color convert

RGB 103 35 114 -
CMYK 0.10 0.69 0 0.55
HSL 291.65º 0.53% 0.29% -
HSV(B) 291.65º 0.69% 0.45% -
XYZ 9.23 5.3 16.46 -
YUV 64.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 103 35 114 0.10 0.69 0 0.55 291.65 0.53 0.29
Hex 67 23 72 A 45 0 37 124 35 1D
Octal 147 43 162 12 105 0 67 444 65 35
Binary 1100111 100011 1110010 1010 1000101 0 110111 100100100 110101 11101

Color Harmonies of #672372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672372

Black with #672372

Text Example


Text Example

White with #672372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672372; }

 p { color: rgb(103,35,114); }

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

background-color css

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

 a { background-color: rgb(103,35,114); }

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

border-color css

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

 span { border-color: rgb(103,35,114); }

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