Html Css Color HEX #672B72 Seance

📋 copy color: '#672B72'

red 103 ◦ green 43 ◦ blue 114

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

Shades of Seance #672B72

Tints of Seance #672B72

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.54%

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

R = 39.62%
G = 16.54%
B = 43.85%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#672B72 (or 0x672B72) is known color: Seance. HEX triplet: 67, 2B and 72. RGB value is (103,43,114). Sum of RGB (Red+Green+Blue) = 103+43+114=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #672B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672B72 is #98D48D. Grayscale: #444444. Windows color (decimal): -10015886 or 7482215. OLE color: 7482215.

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

Color convert

RGB 103 43 114 -
CMYK 0.10 0.62 0 0.55
HSL 290.7º 0.45% 0.31% -
HSV(B) 290.7º 0.62% 0.45% -
XYZ 9.49 5.83 16.54 -
YUV 69.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 103 43 114 0.10 0.62 0 0.55 290.7 0.45 0.31
Hex 67 2B 72 A 3E 0 37 123 2D 1F
Octal 147 53 162 12 76 0 67 443 55 37
Binary 1100111 101011 1110010 1010 111110 0 110111 100100011 101101 11111

Color Harmonies of #672B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672B72

Black with #672B72

Text Example


Text Example

White with #672B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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