Html Css Color HEX #673270 Seance

📋 copy color: '#673270'

red 103 ◦ green 50 ◦ blue 112

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

Shades of Seance #673270

Tints of Seance #673270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 38.87%
G = 18.87%
B = 42.26%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#673270 (or 0x673270) is known color: Seance. HEX triplet: 67, 32 and 70. RGB value is (103,50,112). Sum of RGB (Red+Green+Blue) = 103+50+112=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #673270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673270 is #98CD8F. Grayscale: #484848. Windows color (decimal): -10014096 or 7352935. OLE color: 7352935.

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

Color convert

RGB 103 50 112 -
CMYK 0.08 0.55 0 0.56
HSL 291.29º 0.38% 0.32% -
HSV(B) 291.29º 0.55% 0.44% -
XYZ 9.66 6.33 16.04 -
YUV 72.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 103 50 112 0.08 0.55 0 0.56 291.29 0.38 0.32
Hex 67 32 70 8 37 0 38 123 26 20
Octal 147 62 160 10 67 0 70 443 46 40
Binary 1100111 110010 1110000 1000 110111 0 111000 100100011 100110 100000

Color Harmonies of #673270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673270

Black with #673270

Text Example


Text Example

White with #673270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673270; }

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

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

background-color css

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

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

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

border-color css

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

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

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